mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Dynamic filtering: rule syntax (markdown)
parent
ffea812cff
commit
8fe2499393
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ The rule always automatically propagates to all subdomains of the source hostnam
|
|||
|
||||
The type is the type of the fetched resource.
|
||||
|
||||
A request can be blocked, allowed, or ignored by dynamic filtering (using the `noop` action).
|
||||
A request can be blocked (`block`), allowed (`allow`), or ignored (`noop`). A `noop` rule will cause matching network requests to be ignored by the dynamic filtering engine, but those ignored network requests will still be subjected to static filtering.
|
||||
|
||||
***
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue