Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sxgunchenko committed Dec 3, 2020
1 parent 24adf9b commit 6caa3d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 01.general/02.how-to-create-your-own-ad-filters/docs.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ AdGuard uses the same filtering rules syntax as uBlock Origin. Also, it is compa
##### Disabling `$redirect` rules

* `@@||example.org^$redirect` will disable all `$redirect` rules for URLs that match `||example.org^`.
* `@@||example.org^$redirect=redirectName` will disable the rule with `$redirect=redirectName` for any request matching `||example.org^`.
* `@@||example.org^$redirect=redirectName` will disable all rules with `$redirect=redirectName` for any request that matches `||example.org^`.

##### `redirect` examples

Expand Down
4 changes: 2 additions & 2 deletions 01.general/02.how-to-create-your-own-ad-filters/docs.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -920,8 +920,8 @@ AdGuard использует тот ж синтаксис правил филь
###### Отключение правил `$redirect`

* `@@||example.org^$redirect` отключит все правила `$redirect`, соответствующие `||example.org^`.
* `@@||example.org^$redirect=redirectName` отключит правила с `$redirect=redirectName`, соответствующие `||example.org^`.
* `@@||example.org^$redirect` отключит все правила `$redirect` для всех запросов, соответствующих `||example.org^`.
* `@@||example.org^$redirect=redirectName` отключит правила с `$redirect=redirectName` для всех запросов, соответствующих `||example.org^`.

##### примеры `redirect`

Expand Down

0 comments on commit 6caa3d2

Please sign in to comment.