[Pkg-mozext-commits] [requestpolicy] 04/13: add some schemes to the temp. whitelist, see #447

David Prévot taffit at moszumanska.debian.org
Wed Feb 18 23:07:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository requestpolicy.

commit a415417043961f4ed41dde5304c011fbf00eb261
Author: Martin Kimmerle <dev at 256k.de>
Date:   Sun Jan 25 12:43:31 2015 +0100

    add some schemes to the temp. whitelist, see #447
---
 src/modules/Request.jsm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/modules/Request.jsm b/src/modules/Request.jsm
index de4bb29..88d902e 100644
--- a/src/modules/Request.jsm
+++ b/src/modules/Request.jsm
@@ -238,7 +238,11 @@ var knownSchemesWithoutHost = [
 
   // custom schemes
   "magnet",
-  "UT2004"
+  "UT2004",
+  "gopher",
+  "spotify",
+  "greasemonkey-script",
+  "floatnotes"
 ];
 
 function isKnownSchemeWithoutHost(scheme) {

-- 
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