mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
denyallow - domain is required
parent
31bff95128
commit
a8eb4d8d1f
1 changed files with 2 additions and 0 deletions
|
|
@ -272,6 +272,8 @@ Example:
|
|||
The above filter tells the network filtering engine that when the context is `a.com` or `b.com`, block all
|
||||
3rd-party scripts except those from `x.com` and `y.com`.
|
||||
|
||||
Note that [`domain=`](#domain) option is required!
|
||||
|
||||
Essentially, the new `denyallow` option makes it easier to implement default-deny/allow-exceptionally in static filter lists, whereas before this had to be done with unwieldy regular expressions[1], or through the mix of broadly blocking filters along with exception filters[2].
|
||||
|
||||
[_"Entity"_](#entity) wildcard matching is not supported.
|
||||
|
|
|
|||
Loading…
Reference in a new issue