futpib / policeman

Firefox extention for cross-site requests control (kind of RequestPolicy clone)
https://addons.mozilla.org/en-US/firefox/addon/policeman/
142 stars 11 forks source link

No chance left for other add-ons to process most requests #170

Open futpib opened 9 years ago

futpib commented 9 years ago

Huge discussion here.

Looks like a duplicate (or a cause) of #54.

NinjaSentry commented 9 years ago

Hi futpib, would this be the reason ? :

nsIContentPolicy https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIContentPolicy ( Great page by the way for info on the available content types ) ^

Note: When multiple content policies are used (for example through several extensions), if one of them rejects a request, the rest of the policies are not called. Reference: http://mxr.mozilla.org/mozilla-central/source/content/base/src/nsContentPolicy.cpp#146.

Note: The order of content policies in the above case depends on the precedence of installation.