[Pkg-mozext-commits] [requestpolicy] 05/07: Whitelist blob: scheme. (fixes #288)

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 28265fe3d36dbd8d037111c154dbcce67ed51b36
Author: Justin Samuel <js at justinsamuel.com>
Date:   Tue Feb 7 05:00:06 2012 -0800

    Whitelist blob: scheme. (fixes #288)
---
 src/components/requestpolicyService.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/requestpolicyService.js b/src/components/requestpolicyService.js
index c704cb4..b133c08 100644
--- a/src/components/requestpolicyService.js
+++ b/src/components/requestpolicyService.js
@@ -1907,6 +1907,7 @@ RequestPolicyService.prototype = {
         || aContentLocation.scheme == "chrome"
         || aContentLocation.scheme == "moz-icon"
         || aContentLocation.scheme == "moz-filedata"
+        || aContentLocation.scheme == "blob"
         || 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