[Pkg-mozext-commits] [requestpolicy] 02/07: Always allow requests for moz-filedata. (Fixes #277)
David Prévot
taffit at moszumanska.debian.org
Fri Sep 19 17:44:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag release-0.5.25
in repository requestpolicy.
commit 06b7b77f0dc03fe3d0a22a138953189c2c004b54
Author: Justin Samuel <js at justinsamuel.com>
Date: Sat Feb 4 17:01:35 2012 -0800
Always allow requests for moz-filedata. (Fixes #277)
---
src/components/requestpolicyService.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/components/requestpolicyService.js b/src/components/requestpolicyService.js
index 077ba67..ab70127 100644
--- a/src/components/requestpolicyService.js
+++ b/src/components/requestpolicyService.js
@@ -1901,6 +1901,7 @@ RequestPolicyService.prototype = {
|| aContentLocation.scheme == "data"
|| aContentLocation.scheme == "chrome"
|| aContentLocation.scheme == "moz-icon"
+ || aContentLocation.scheme == "moz-filedata"
|| aContentLocation.scheme == "wyciwyg"
|| aContentLocation.scheme == "javascript") {
return true;
--
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