From 28ed016315c4fa1d1509f6c4a19b959abd845c5f Mon Sep 17 00:00:00 2001 From: gwarser Date: Tue, 15 Dec 2020 23:08:41 +0100 Subject: [PATCH] redirect priority accepts negative values --- Static-filter-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 9bcb5eb..cc5a6f8 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -494,7 +494,7 @@ Starting with [1.31.0](https://github.com/gorhill/uBlock/commit/157cef6034a8ec92 Since more than one `redirect=` directives could be found to apply to a single network request, the concept of redirect priority is introduced. -By default, `redirect=` directives have an implicit priority of `0`. Filter authors can declare an explicit priority by appending `:[integer]` to the token of the `redirect=` option, for example: +By default, `redirect=` directives have an implicit priority of `0`. Filter authors can declare an explicit priority by appending `:[integer]` (negative values are also supported) to the token of the `redirect=` option, for example: ||example.com/*.js$1p,script,redirect=noopjs:100