Updated Dynamic filtering: precedence (markdown)

Raymond Hill 2015-02-08 17:28:26 -05:00
parent 53abc278c1
commit 89888ddec8
1 changed files with 1 additions and 1 deletions

@ -1,7 +1,7 @@
Dynamic `allow`/`block` rules override static filtering rules. Dynamic `allow`/`block` rules override static filtering rules.
- Use `allow` to force requests to be allowed regardless of whether they would normally be blocked by static filtering. - Use `allow` to force requests to be allowed regardless of whether they would normally be blocked by static filtering.
- Useful to fix sites broken by false positives in _EasyList_, _EasyPrivacy_ (or any other static filter lists). - Useful to fix sites broken by false positives in _EasyList_, _EasyPrivacy_ (or any other static filter lists).
- Use `block` to force requests to be blocked even if regardless of whether they would normally be allowed by static filtering. - Use `block` to force requests to be blocked regardless of whether they would normally be allowed by static filtering.
- Useful to block with 100% certainty, to bypass exception filters with which you may disagree in _EasyList_, _EasyPrivacy_ (or any other static filter lists). - Useful to block with 100% certainty, to bypass exception filters with which you may disagree in _EasyList_, _EasyPrivacy_ (or any other static filter lists).
There is a precedence logic for dynamic filtering cells: There is a precedence logic for dynamic filtering cells: