Skip to content

Commit

Permalink
Merge pull request #638 from AdguardTeam/describe-limitations-of-the-…
Browse files Browse the repository at this point in the history
…$object-modifier

describe limitations of $object modifier
  • Loading branch information
el-termikael authored Feb 12, 2025
2 parents 5edc822 + 29c747d commit 62f64c0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/general/ad-filtering/create-own-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ the type will be determined using the `Content-Type` header at the beginning of
| [$font](#font-modifier) ||||||||
| [$image](#image-modifier) ||||||||
| [$media](#media-modifier) ||||||||
| [$object](#object-modifier) ||||| | ||
| [$object](#object-modifier) ||||| | ||
| [$other](#other-modifier) ||||||||
| [$ping](#ping-modifier) |[*[1]](#ping-modifier-limitations) |||||||
| [$script](#script-modifier) ||||||||
Expand Down Expand Up @@ -915,6 +915,12 @@ The rule corresponds to requests for media files — music and video, e.g. `.mp4

The rule corresponds to browser plugins resources, e.g. Java or Flash.

:::info Compatibility

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

:::

#### **`$other`** {#other-modifier}

The rule applies to requests for which the type has not been determined or does not match the types listed above.
Expand Down

0 comments on commit 62f64c0

Please sign in to comment.