1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-16 23:42:39 +01:00

Updated Dynamic filtering: rule syntax (markdown)

gorhill 2015-01-04 04:03:04 -08:00
parent 869ae6340c
commit d1b6b1418b

@ -38,6 +38,7 @@ A matching rule can do one of three things:
- `block`: matching net request will be blocked. - `block`: matching net request will be blocked.
- `block` dynamic filter rules override any existing [static exception filters](https://adblockplus.org/en/filters#whitelist). - `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`: matching net request will be allowed.
- `allow` dynamic filters rules override any existing static and dynamic block filters. - `allow` dynamic filters rules override any existing static and dynamic block filters.
- `noop`: prevent matching net requests from being subjected to dynamic filtering. - `noop`: prevent matching net requests from being subjected to dynamic filtering.