From 72958c38f8aa7fbc4d7dd972b5d38be41698411d Mon Sep 17 00:00:00 2001 From: gwarser Date: Sat, 10 Aug 2019 19:00:59 +0200 Subject: [PATCH] redirect-rule (sparingly) --- Static-filter-syntax.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 9444d9c..431a298 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -229,6 +229,11 @@ A source hostname should always be specified, so the `domain=` option is strongl __*__ redirections applied to all destinations (starting with `*`) cannot be narrowed by `first-party` or `~third-party` option [#3590](https://github.com/gorhill/uBlock/issues/3590) + +#### `redirect-rule` + +The purpose of this option is to add the ability to create standalone [`redirect`](#redirect) rule without being forced to create a block filter (a corresponding block filter is always created when using the `redirect=`). + #### `xhr` Equivalent to `xmlhttprequest` [option](https://adblockplus.org/filters#options). For convenience.