AdguardTeam/AdguardBrowserExtension

`$all` modifier doesn't work correctly

AdamWr opened this issue · 0 comments

AdGuard 4.2.209 Chrome/Firefox

Steps to reproduce

  1. Add this rule:
||example.org^$all
  1. Go to - https://example.org/
    Please open it in a current tab or type (or copy and past) it in address bar, because when it's opened in a new tab then it's closed automatically (it's correct behavior)

Expected Behavior

There should be information that website was blocked by AdGuard, like on a screenshot below (this is how it looks when $all modifier is used in AdGuard for Windows).

Screenshot

image

Actual Behavior

Website is not blocked.
It works correctly when rule like this:

||example.org^$document

is used.

I'm not sure if it's related, but it looks like that the problem might be that document and popup modifiers used together, like - $document,popup, cause that website is not blocked if it's opened in the current tab (it blocks popup only).