mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Dynamic filtering: precedence (markdown)
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.
|
||||
- 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).
|
||||
- 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).
|
||||
|
||||
There is a precedence logic for dynamic filtering cells:
|
||||
|
|
|
|||
Loading…
Reference in a new issue