mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Dynamic filtering: rule syntax (markdown)
parent
869ae6340c
commit
d1b6b1418b
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ A matching rule can do one of three things:
|
|||
|
||||
- `block`: matching net request will be blocked.
|
||||
- `block` dynamic filter rules override any existing [static exception filters](https://adblockplus.org/en/filters#whitelist).
|
||||
- Thus you can use them to block with 100% certainty (unless you set another overriding dynamic filter rule).
|
||||
- `allow`: matching net request will be allowed.
|
||||
- `allow` dynamic filters rules override any existing static and dynamic block filters.
|
||||
- `noop`: prevent matching net requests from being subjected to dynamic filtering.
|
||||
|
|
|
|||
Loading…
Reference in a new issue