Skip to content

Commit

Permalink
Update docs/general/ad-filtering/create-own-filters.md
Browse files Browse the repository at this point in the history
Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com>
  • Loading branch information
105th and el-termikael authored Aug 2, 2023
1 parent bf8b347 commit 07522a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general/ad-filtering/create-own-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -2136,7 +2136,7 @@ Each of which adds `10^4` to the priority.
As well as exception with [`$document modifier`](#document-modifier): because it's an alias for `$elemhide,content,jsinject,urlblock,extension`.
It will add `10^4` for each modifier from [the top list](#priority-category-4), `10^4 * 5` in total.

In addition, each of these exceptions implicitly adds the two allowed content-type modifiers `$document,subdocument`, but not when these exceptions are obtained by using the `$document` alias. For this case `$subdocument` should be provided explicitly: `@@||example.com$document,subdocument`.
In addition, each of these exceptions implicitly adds the two allowed content-type modifiers `$document,subdocument`, but not when these exceptions are obtained using the `$document` alias. In this case, `$subdocument` should be specified explicitly: `@@||example.com$document,subdocument`.

#### Allowlist rules {#priority-category-5}

Expand Down

0 comments on commit 07522a6

Please sign in to comment.