From 66ba19277de43dcfa9b19101442e7f7fc60a3a01 Mon Sep 17 00:00:00 2001 From: gwarser Date: Wed, 16 Dec 2020 01:41:20 +0100 Subject: [PATCH] redirect with invalid token will be discarded --- Static-filter-syntax.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 57a47b1..972ba4f 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -512,6 +512,8 @@ The priority dictates which redirect token out of many will be ultimately used. Explicit redirect priority should be used if and only if there is a case of redirect ambiguity to solve. +Changed in [1.31.1b8](https://github.com/gorhill/uBlock/commit/eae7cd58fe679d6765d62bb6c01e296d5301433a) - filters with unresolvable resource token at runtime, will be discarded. + Before 1.31.0: - Resource type must be specified.