[Pkg-mozext-commits] [requestpolicy] 154/257: [ref] PolicyManager: move comments to gh-issues

David Prévot taffit at moszumanska.debian.org
Thu Jan 28 03:20:08 UTC 2016


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

taffit pushed a commit to branch master
in repository requestpolicy.

commit 872b68c7a89d20792cf0c7b203c631bbe05afe6b
Author: Martin Kimmerle <dev at 256k.de>
Date:   Mon Nov 30 23:17:09 2015 +0100

    [ref] PolicyManager: move comments to gh-issues
    
    See issues #735 and #737.
---
 src/content/lib/policy-manager.jsm | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/src/content/lib/policy-manager.jsm b/src/content/lib/policy-manager.jsm
index 9ebdce5..fa0a33b 100644
--- a/src/content/lib/policy-manager.jsm
+++ b/src/content/lib/policy-manager.jsm
@@ -58,23 +58,6 @@ function notifyRulesChanged() {
 }
 
 
-// XXX: Subscriptions need an option to be "blacklist-only" so that users
-// can subscribe to one as blacklist-only and know that a malicious or
-// insecure-http-retrieved update can't result in any whitelisting the
-// user didn't want.
-
-// XXX: Maybe how we deal with users wanting to override (ignore) a specific
-// rule of a specific list is to add a section to their user config which has
-// the ignored rules. Then whenever a rule matches, we check the ignored rules
-// list to see if it was an ignored rule before using the rule. That is, this
-// would probably be more startup time efficient than going through the lists
-// at load time and having to remove them, then having to remove them again
-// after an update.
-
-
-
-
-
 /**
  * Provides a simplified interface to handling multiple
  * rulesets, checking requests against multiple rulesets, etc.

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