-
Notifications
You must be signed in to change notification settings - Fork 11
Preinstalled rulesets description
This ruleset allows absolutely necessary requests going under the hood, Policeman won't disable it.
Contains some compatibility fixes. Disabling it may break other add-ons and some web-sites.
Allows requests from local files (file://... urls) to other local files and to any web destinations. If you disable it, saved web pages may not work properly.
This ruleset holds rules you can add via popup or preferences page.
This is like a previous one, but rules you add here are removed on Firefox restart. "Suspend on this tab" also belongs here, unlike it's global counterpart (namely "Suspend operation") which is more like an off switch (it really applies earlier than any ruleset).
Allows requests to domain same as the origin domain and to it's subdomains. All of the following are allowed by this ruleset:
- from
x.y.z
tox.y.z
- from
x.y.z
tow.x.y.z
and so on - from
www.y.z
toy.z
- from
www.y.z
tox.y.z
and so on
Allows requests to same second-level domain as the origin domain and to it's subdomains. All of the following are allowed by this ruleset:
- from
y.z
toa.y.z
- from
y.z
tob.a.y.z
and so on - from
x.y.z
toa.y.z
- from
x.y.z
tob.a.y.z
and so on
Allows requests to same base domain and to it's subdomains.
Almost the same as above but all the co.uk
-like domains are handled properly.
Rejects anything at all. Set this as your last ruleset, and policeman behaves like a whitelist (default).
Allows anything at all. Set this as your last ruleset, and policeman behaves like a blacklist.
"Reject any" and "Allow any" are special in a sence that one of them has to be enabled and has to be the last one.