Skip to content

Commit

Permalink
update ping compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Aug 11, 2023
1 parent cf6f801 commit 1825407
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/general/ad-filtering/create-own-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ the type will be determined using the `Content-Type` header at the beginning of
| [$media](#media-modifier) ||||||||
| [$object](#object-modifier) ||||||||
| [$other](#other-modifier) ||||||||
| [$ping](#ping-modifier) | ✅ * ||| ? | ? || ? |
| [$ping](#ping-modifier) | ✅ * ||| | || |
| [$script](#script-modifier) ||||||||
| [$stylesheet](#stylesheet-modifier) ||||||||
| [$subdocument](#subdocument-modifier) | ? ||| ? | ? || ? |
Expand Down Expand Up @@ -686,7 +686,10 @@ The rule corresponds to requests caused by either `navigator.sendBeacon()` or th

:::info Compatibility

AdGuard for Windows, Mac, and Android often cannot accurately detect `navigator.sendBeacon()`. Using `$ping` is not recommended in the filter lists that are supposed to be used by CoreLibs-based AdGuard products.
AdGuard for Windows, Mac, and Android often cannot accurately detect `navigator.sendBeacon()`.
Using `$ping` is not recommended in the filter lists that are supposed to be used by CoreLibs-based AdGuard products.

Rules with `$ping` modifier are **not supported** by AdGuard for Safari and iOS.

:::

Expand Down

0 comments on commit 1825407

Please sign in to comment.