You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be nice to have possibility to disable it only for one domain (instead of disabling whole rule), something like: $script,subdocument,third-party,websocket,xmlhttprequest,domain=17k.com,badfilter
The text was updated successfully, but these errors were encountered:
It is possible now to disable a rule that fulfills all the following conditions:
does have a domain= option; and
does not have a negated domain in its domain= option; and
does not have csp= option; and
does not have a redirect= option
only for one domain by corresponding $badfilter rule with the $domain modifier set to the desired domain.
For example the rule /some$domain=example.com|example.org may now be disabled for example.com by /some$domain=example.com,badfilter, but it'll still be matched for example.org.
Please note that it's not possible to disable several domains from the list in this way (i.e. /some$domain=example.com|example.org|example.ru can't be disabled for example.org and example.com by /some$domain=example.com|example.org).
Description - https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#badfilter
For example, if there is a rule like this:
it would be nice to have possibility to disable it only for one domain (instead of disabling whole rule), something like:
$script,subdocument,third-party,websocket,xmlhttprequest,domain=17k.com,badfilter
The text was updated successfully, but these errors were encountered: