-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
Negating $redirect rules should work just like $replace, $csp and $cookie do.
Negating $redirect
This sort of rules work pretty much the same way it works with $csp and $replace modifiers.
Use @@ to negate $redirect:
-
@@||example.org^$redirect-- negates all$redirectrules for URLs that match||example.org^. -
@@||example.org^$redirect=redirectName-- negates the rule with$redirect=redirectNamefor any request matching||example.org^. -
Once it's done, please file a new issue to tsurlfilter: https://github.com/AdguardTeam/tsurlfilter
-
Also, open a pull request to KB
Reactions are currently unavailable