[Pkg-mozext-commits] [adblock-plus] 07/22: Issue 2216 - Run content scripts again in about:blank frames
David Prévot
taffit at moszumanska.debian.org
Wed Apr 1 19:35:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository adblock-plus.
commit 81d12c9b239813b2617bdfbdda5cc1234800abf5
Author: Sebastian Noack <sebastian at adblockplus.org>
Date: Wed Mar 25 16:16:40 2015 +0100
Issue 2216 - Run content scripts again in about:blank frames
---
packagerChrome.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/packagerChrome.py b/packagerChrome.py
index 9ebf26a..349967a 100644
--- a/packagerChrome.py
+++ b/packagerChrome.py
@@ -111,6 +111,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