1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-16 15:33:38 +01:00

Mentioned about and added a link to "Behind the scene" Wiki page

garry-ut99 2024-04-30 09:21:23 +00:00
parent 1d83e7f85b
commit 95d1e2ac65

@ -29,6 +29,8 @@ A rule always automatically propagates to all subdomains of the source hostname
Given that rules always propagate to subdomains, there is no need to prefix the hostname part with a wildcard `*.`, doing so is invalid and will cause the the rule to be discarded.
By default uBO also applies some special `behind-the-scene` scope rules: [Behind the scene network requests](./Behind-the-scene-network-requests).
The type is the type of the fetched resource.
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 (filter lists).