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*://`