1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-03 02:37:21 +02:00

Updated Dynamic filtering: rule syntax (markdown)

Raymond Hill 2015-12-11 05:56:59 -05:00
parent ffea812cff
commit 8fe2499393

@ -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.
***