[Pkg-mozext-commits] [tabmixplus] 18/48: Add links in github to special pages we handle with normal click event instead of SystemEventListener

David Prévot taffit at moszumanska.debian.org
Sun Aug 20 03:14:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit fc4cc68f8a44100f3db551a15cfec891dfd1fe16
Author: onemen <tabmix.onemen at gmail.com>
Date:   Thu Aug 3 22:49:29 2017 +0300

    Add links in github to special pages we handle with normal click event instead of SystemEventListener
---
 modules/LinkNodeUtils.jsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/LinkNodeUtils.jsm b/modules/LinkNodeUtils.jsm
index b88daf7..5dc97ee 100644
--- a/modules/LinkNodeUtils.jsm
+++ b/modules/LinkNodeUtils.jsm
@@ -75,7 +75,7 @@ this.LinkNodeUtils = {
       // tvguide.com    - added 2013-07-20
       // duckduckgo.com - added 2014-12-24
       // jetbrains.com - added 2016-05-01
-      let re = /duckduckgo.com|tvguide.com|google|yahoo.com|jetbrains.com/;
+      let re = /duckduckgo.com|tvguide.com|google|yahoo.com|jetbrains.com|github.io|github.com/;
       blocked = re.test(currentHref);
       // youtube.com - added 2013-11-15
       if (!blocked && /youtube.com/.test(currentHref) &&

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list