[Pkg-mozext-commits] [adblock-plus] 14/52: Issue 1704 - Don't configure content scripts with "match_about_blank" on Chrome
David Prévot
taffit at moszumanska.debian.org
Thu Jan 22 21:43:44 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 632a55fb526849b8d412f0073d2d5f97579f5f82
Author: Sebastian Noack <sebastian at adblockplug.org>
Date: Tue Dec 16 09:50:29 2014 +0100
Issue 1704 - Don't configure content scripts with "match_about_blank" on Chrome
--HG--
extra : rebase_source : e7ab9ba36294bae63d64601e1df03a8afd4b92de
---
packagerChrome.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/packagerChrome.py b/packagerChrome.py
index 6a64ae7..89176f0 100644
--- a/packagerChrome.py
+++ b/packagerChrome.py
@@ -111,7 +111,6 @@ 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