Skip to content

Commit

Permalink
update compatibility for the all modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka authored Nov 21, 2023
2 parents 62a9d01 + b648c51 commit 0271eab
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 @@ -1149,7 +1149,7 @@ These modifiers are able to completely change the behavior of basic rules.

| Modifier \ Products | [CoreLibs apps][cl-apps] | [AdGuard for Chromium][ext-chr] | [AdGuard for Firefox][ext-ff] | [AdGuard for iOS][ios-app] | [AdGuard for Safari][ext-saf] | [AdGuard Content Blocker][and-cb] |
| --- | :---: | :---: | :---: | :---: | :---: | :---: |
| [$all](#all-modifier) |||| | ||
| [$all](#all-modifier) |||| | ||
| [$badfilter](#badfilter-modifier) |||||||
| [$cookie](#cookie-modifier) |||||||
| [$csp](#csp-modifier) |||||||
Expand Down Expand Up @@ -1189,6 +1189,12 @@ These modifiers are able to completely change the behavior of basic rules.

This modifier cannot be used as an exception with the `@@` mark.

:::info Compatibility

Rules with `$all` modifier are not supported by AdGuard Content Blocker.

:::

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

The rules with the `$badfilter` modifier disable other basic rules to which they refer. It means that the text of the disabled rule should match the text of the `$badfilter` rule (without the `$badfilter` modifier).
Expand Down

0 comments on commit 0271eab

Please sign in to comment.