From 4ca217215df2494be755328ce5afe745638a0a1c Mon Sep 17 00:00:00 2001 From: gwarser Date: Fri, 26 Jun 2020 14:11:57 +0200 Subject: [PATCH] "entity" not supported in `denyallow` option --- Static-filter-syntax.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index e227171..43a6e94 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -284,6 +284,8 @@ The above filter tells the network filtering engine that when the context is `a. Essentially, the new `denyallow` option makes it easier to implement default-deny/allow-exceptionally in static filter lists, whereas before this had to be done with unwieldy regular expressions[1], or through the mix of broadly blocking filters along with exception filters[2]. +[_"Entity"_](#entity) wildcard matching is not supported. + [1] hg.adblockplus.org/ruadlist/rev/f362910bc9a0 [2] Typically filters which pattern are of the form `|http*://`