From 7fac775241800b2a8536827cd7116c34922786d6 Mon Sep 17 00:00:00 2001 From: Nikita Gorskikh Date: Mon, 18 Sep 2023 20:17:31 +0300 Subject: [PATCH] Update response size limits --- 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 5085b21370a..3a51e96e77e 100644 --- a/docs/general/ad-filtering/create-own-filters.md +++ b/docs/general/ad-filtering/create-own-filters.md @@ -1451,7 +1451,7 @@ preroll.ts - `$hls` rules are compatible with the modifiers `$domain`, `$third-party`, `$app`, `$important`, `$match-case`, and `$xmlhttprequest` only. - `$hls` rules only apply to HLS playlists, which are UTF-8 encoded text starting with the line `#EXTM3U`. Any other response will not be modified by these rules. -- `$hls` rules do not apply if the size of the original response is more than 3 MB. +- `$hls` rules do not apply if the size of the original response is more than 10 MB. ::: @@ -1699,7 +1699,7 @@ In AdGuard for Windows, Mac and Android **running CoreLibs v1.11 or later**, JSO :::caution Restrictions - `$jsonprune` rules are only compatible with these specific modifiers: `$domain`, `$third-party`, `$app`, `$important`, `$match-case`, and `$xmlhttprequest`. -- `$jsonprune` rules do not apply if the size of the original response is more than 3 MB. +- `$jsonprune` rules do not apply if the size of the original response is more than 10 MB. ::: @@ -2126,7 +2126,7 @@ You will need some knowledge of regular expressions to use `$replace` modifier. **Features** - `$replace` rules apply to any text response, but will not apply to binary (`media`, `image`, `object`, etc.). -- `$replace` rules do not apply if the size of the original response is more than 3MB. +- `$replace` rules do not apply if the size of the original response is more than 10 MB. - `$replace` rules have a higher priority than other basic rules (**including** exception rules). So if a request corresponds to two different rules one of which has the `$replace` modifier, this rule will be applied. - Document-level exception rules with `$content` or `$document` modifiers do disable `$replace` rules for requests matching them. - Other document-level exception rules (`$generichide`, `$elemhide` or `$jsinject` modifiers) are applied alongside `$replace` rules. It means that you can modify the page content with a `$replace` rule and disable cosmetic rules there at the same time.