[Pkg-mozext-commits] [requestpolicy] 02/04: Always allow requests from about:newtab (fixes #307).
David Prévot
taffit at moszumanska.debian.org
Fri Sep 19 17:44:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag release-0.5.26
in repository requestpolicy.
commit 99d75f2b9f071078689973f0a7d9369f25d39b22
Author: Justin Samuel <js at justinsamuel.com>
Date: Thu May 17 13:30:20 2012 -0700
Always allow requests from about:newtab (fixes #307).
---
src/components/requestpolicyService.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/components/requestpolicyService.js b/src/components/requestpolicyService.js
index b133c08..66d639c 100644
--- a/src/components/requestpolicyService.js
+++ b/src/components/requestpolicyService.js
@@ -357,6 +357,8 @@ RequestPolicyService.prototype = {
"https://www.google.com/recaptcha/api/challenge?", appInfo.vendor]);
this._compatibilityRules.push(["https://auth.services.mozilla.com/",
"https://www.google.com/recaptcha/api/", appInfo.vendor]);
+ // Firefox 13 added links from about:newtab
+ this._compatibilityRules.push(["about:newtab", null, appInfo.vendor]);
// Flock
if (appInfo.ID == "{a463f10c-3994-11da-9945-000d60ca027b}") {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git
More information about the Pkg-mozext-commits
mailing list