[Pkg-mozext-commits] [adblock-plus] 433/464: Issue 581 - Run content scripts in about:blank frames on Chrome 37+

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:41 UTC 2014


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

taffit pushed a commit to branch master
in repository adblock-plus.

commit d250f2fe5f4c0d4732cf0f36c09ac531870a256f
Author: Sebastian Noack <sebastian at adblockplug.org>
Date:   Mon Jun 2 13:49:29 2014 +0200

    Issue 581 - Run content scripts in about:blank frames on Chrome 37+
---
 packagerChrome.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packagerChrome.py b/packagerChrome.py
index 5dba1a7..7fefa79 100644
--- a/packagerChrome.py
+++ b/packagerChrome.py
@@ -114,6 +114,7 @@ def createManifest(params, files):
         'js': re.split(r'\s+', scripts),
         'run_at': run_at,
         'all_frames': True,
+        'match_about_blank': True,
       })
     templateData['contentScripts'] = contentScripts
 

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



More information about the Pkg-mozext-commits mailing list