[Pkg-mozext-commits] [tabmixplus] 02/23: Links from yahoo.com/news and other yahoo.com pages doesn't open in new tab

David Prévot taffit at moszumanska.debian.org
Fri Sep 23 03:31:02 UTC 2016


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 42d6efa18c7aebf4b2cf90cf83f141cd9c482995
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sat Jun 25 14:24:18 2016 +0300

    Links from yahoo.com/news and other yahoo.com pages doesn't open in new tab
---
 modules/ContentClick.jsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/ContentClick.jsm b/modules/ContentClick.jsm
index c6087d2..c297b59 100644
--- a/modules/ContentClick.jsm
+++ b/modules/ContentClick.jsm
@@ -579,7 +579,7 @@ ContentClickInternal = {
         // 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\/search|my.yahoo.com|jetbrains.com/;
+        let re = /duckduckgo.com|tvguide.com|google|yahoo.com|jetbrains.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