From 4c6a561a87a06daa03953d348bc47e788b319b0f Mon Sep 17 00:00:00 2001 From: Stanislav A Date: Tue, 3 Oct 2023 21:08:25 +0300 Subject: [PATCH 1/4] update stealth modifier compatibility for browser extension --- docs/general/ad-filtering/create-own-filters.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/general/ad-filtering/create-own-filters.md b/docs/general/ad-filtering/create-own-filters.md index 408c99e67df..acf7e4f52e0 100644 --- a/docs/general/ad-filtering/create-own-filters.md +++ b/docs/general/ad-filtering/create-own-filters.md @@ -1039,7 +1039,8 @@ Blocking cookies and removing tracking parameters is achieved by using rules wit :::info Compatibility - Stealth Mode is available in AdGuard for Windows, Mac, and Android, and AdGuard Browser Extension. All other products will ignore the rules with `$stealth` modifier. -- `$stealth` modifier with specific options is supported by AdGuard for Windows, Mac, and Android, **running CoreLibs version 1.10 or later**. +- `$stealth` modifier with specific options is supported by AdGuard for Windows, Mac, and Android, **running CoreLibs version 1.10 or later**, and AdGuard Browser Extension, **running TSUrlFilter vX.X.X or later**. +- AdGuard Browser extension only supports `searchqueries`, `donottrack`, `referrer` and `xclientdata` options. ::: From 926bcde06a522983f70d11915bccbd3fecbd6ae1 Mon Sep 17 00:00:00 2001 From: Stanislav A Date: Wed, 25 Oct 2023 20:15:49 +0300 Subject: [PATCH 2/4] update list of supported options --- 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 acf7e4f52e0..9fd8a2dae15 100644 --- a/docs/general/ad-filtering/create-own-filters.md +++ b/docs/general/ad-filtering/create-own-filters.md @@ -1040,7 +1040,7 @@ Blocking cookies and removing tracking parameters is achieved by using rules wit - Stealth Mode is available in AdGuard for Windows, Mac, and Android, and AdGuard Browser Extension. All other products will ignore the rules with `$stealth` modifier. - `$stealth` modifier with specific options is supported by AdGuard for Windows, Mac, and Android, **running CoreLibs version 1.10 or later**, and AdGuard Browser Extension, **running TSUrlFilter vX.X.X or later**. -- AdGuard Browser extension only supports `searchqueries`, `donottrack`, `referrer` and `xclientdata` options. +- AdGuard Browser extension supports `searchqueries`, `donottrack`, `referrer`, `xclientdata`, `1p-cookie` and `3p-cookie` options. ::: From 4b3b0654e6b4c2bc70c3d07258afca2e35361966 Mon Sep 17 00:00:00 2001 From: Slava Leleka Date: Sat, 20 Jul 2024 02:51:54 +0300 Subject: [PATCH 3/4] fix wording --- 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 62b33e6b8f1..df5e4e8a640 100644 --- a/docs/general/ad-filtering/create-own-filters.md +++ b/docs/general/ad-filtering/create-own-filters.md @@ -945,7 +945,7 @@ Disables the Stealth Mode module for all corresponding pages and requests. $stealth [= opt1 [| opt2 [| opt3 [...]]]] ``` -`opt(i)` stand for certain Stealth Mode options disabled by the modifier. The modifier can contain any number of specified options (see below) or none. In the latter case the modifier disables all the Stealth Mode features. +`opt(i)` stand for certain Stealth Mode options disabled by the modifier. The modifier can contain any number of specific options (see below) or none. In the latter case the modifier disables all the Stealth Mode features. The list of the available modifier options: From 1739f674e8b2dc64a5253123f8a37892d9adcabb Mon Sep 17 00:00:00 2001 From: Slava Leleka Date: Sun, 21 Jul 2024 20:53:46 +0300 Subject: [PATCH 4/4] specify tsurlfilter version --- docs/general/ad-filtering/create-own-filters.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/general/ad-filtering/create-own-filters.md b/docs/general/ad-filtering/create-own-filters.md index df5e4e8a640..c816addb540 100644 --- a/docs/general/ad-filtering/create-own-filters.md +++ b/docs/general/ad-filtering/create-own-filters.md @@ -989,7 +989,7 @@ Blocking cookies and removing tracking parameters is achieved by using rules wit :::info Compatibility - Stealth Mode is available in AdGuard for Windows, AdGuard for Mac, AdGuard for Android, and AdGuard Browser Extension. All other products will ignore the rules with `$stealth` modifier. -- Rules with `$stealth` modifier with specific options are supported by AdGuard for Windows, AdGuard for Mac, and AdGuard for Android with [CoreLibs] v1.10 or later, and AdGuard Browser Extension with [TSUrlFilter] v3.0 or later. +- Rules with `$stealth` modifier with specific options are supported by AdGuard for Windows, AdGuard for Mac, and AdGuard for Android with [CoreLibs] v1.10 or later, and AdGuard Browser Extension with [TSUrlFilter] v3.0.0 or later. ::: @@ -1999,8 +1999,8 @@ Firefox ignores the `Permissions-Policy` header. For more information, see [this :::info Compatibility -- Rules with the `$permissions` modifier are supported by AdGuard for Windows, Mac, and Android with [CoreLibs] v1.11 or later, and AdGuard Browser Extension with [TSUrlFilter] v3.0 or later. -- Pipe separator `|` instead of escaped comma is supported by AdGuard for Windows, Mac, and Android with [CoreLibs] v1.14 or later, and AdGuard Browser Extension with [TSUrlFilter] v3.0 or later. +- Rules with the `$permissions` modifier are supported by AdGuard for Windows, Mac, and Android with [CoreLibs] v1.11 or later, and AdGuard Browser Extension with [TSUrlFilter] v3.0.0 or later. +- Pipe separator `|` instead of escaped comma is supported by AdGuard for Windows, Mac, and Android with [CoreLibs] v1.14 or later, and AdGuard Browser Extension with [TSUrlFilter] v3.0.0 or later. :::