From 55e1ebea4fbfbdf2032b5d32969793c67c72969d Mon Sep 17 00:00:00 2001 From: Helen Date: Thu, 30 Jan 2025 15:57:53 +0300 Subject: [PATCH 1/3] describe limitations of $object modifier --- docs/general/ad-filtering/create-own-filters.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/general/ad-filtering/create-own-filters.md b/docs/general/ad-filtering/create-own-filters.md index d0598ae5930..cdf8e6c6521 100644 --- a/docs/general/ad-filtering/create-own-filters.md +++ b/docs/general/ad-filtering/create-own-filters.md @@ -792,6 +792,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 and have limited CoreLibs support. + +::: + #### **`$other`** {#other-modifier} The rule applies to requests for which the type has not been determined or does not match the types listed above. From 4962228095ed6b60e22c568c52e82ca5aaf1d8e6 Mon Sep 17 00:00:00 2001 From: Helen Date: Wed, 5 Feb 2025 10:43:20 +0300 Subject: [PATCH 2/3] update table and remove info about limited CoreLibs support --- docs/general/ad-filtering/create-own-filters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/general/ad-filtering/create-own-filters.md b/docs/general/ad-filtering/create-own-filters.md index cdf8e6c6521..71ef7821419 100644 --- a/docs/general/ad-filtering/create-own-filters.md +++ b/docs/general/ad-filtering/create-own-filters.md @@ -733,7 +733,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) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | @@ -794,7 +794,7 @@ 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 and have limited CoreLibs support. +Rules with `$object` modifier are not supported by AdGuard for Safari and AdGuard for iOS. ::: From ed99e346f2bbde47b3f9ddd37e2d732e84d7bb05 Mon Sep 17 00:00:00 2001 From: Helen Date: Wed, 5 Feb 2025 10:45:05 +0300 Subject: [PATCH 3/3] fix --- docs/general/ad-filtering/create-own-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/ad-filtering/create-own-filters.md b/docs/general/ad-filtering/create-own-filters.md index 71ef7821419..a5f72aced55 100644 --- a/docs/general/ad-filtering/create-own-filters.md +++ b/docs/general/ad-filtering/create-own-filters.md @@ -733,7 +733,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) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |