Skip to content

Commit

Permalink
update compatibility for popup
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Aug 14, 2023
1 parent 445d011 commit 3ef216c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/general/ad-filtering/create-own-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Basically, they just limit the scope of rule application.
| [$important](#important-modifier) |||||||
| [$match-case](#match-case-modifier) |||| ? | ? ||
| [$method](#method-modifier) |||||||
| [$popup](#popup-modifier) | ✅ * ||| ✅ * | ✅ * | ? |
| [$popup](#popup-modifier) | ✅ * ||| ✅ * | ✅ * | |
| [$third-party](#third-party-modifier) |||||||
| [$to](#to-modifier) |||||||

Expand Down Expand Up @@ -542,6 +542,7 @@ AdGuard will try to close the browser tab with any address that matches a blocki
- `$popup` modifier works best in AdGuard Browser Extension.
- In AdGuard for Safari and iOS, `$popup` rules simply block the page right away.
- In AdGuard for Windows, Mac, and Android, `$popup` modifier may not detect a popup in some cases and it won't be blocked. `$popup` modifier applies the `document` content type with a special flag which is passed to a blocking page. Blocking page itself can do some checks and close the window if it is really a popup. Otherwise, page should be loaded. It can be combined with other request type modifiers, such as `$third-party` and `$important`.
- Rules with `$popup` modifier are not supported by AdGuard Content Blocker.

:::

Expand Down

0 comments on commit 3ef216c

Please sign in to comment.