We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$all
||example.org^$all
There should be message Blocked by AdGuard (like on the screenshot below).
Blocked by AdGuard
Website is not blocked.
According to https://adguard.com/kb/general/ad-filtering/create-own-filters/#all-modifier
$all modifier is made of all content-types modifiers and $popup. E.g. rule ||example.org^$all is converting into rule:
||example.org^$document,subdocument,font,image,media,object,other,ping,script,stylesheet,websocket,xmlhttprequest,popup
This rule:
works fine, the same for:
||example.org^$document,popup
but rule like this - ||example.org^$all does not work.
It doesn't work in version 7.16.0 nightly 13 (4538) (CL 1.13.108, DL 2.4.35) (the same with 7.16 stable version).
It works fine in version 7.15.1
The text was updated successfully, but these errors were encountered:
sfionov
No branches or pull requests
Steps to reproduce:
Expected behavior
There should be message
Blocked by AdGuard
(like on the screenshot below).Screenshot
Actual behavior
Website is not blocked.
Additional Information
According to https://adguard.com/kb/general/ad-filtering/create-own-filters/#all-modifier
This rule:
works fine, the same for:
but rule like this -
||example.org^$all
does not work.It doesn't work in version 7.16.0 nightly 13 (4538) (CL 1.13.108, DL 2.4.35) (the same with 7.16 stable version).
It works fine in version 7.15.1
The text was updated successfully, but these errors were encountered: