From cb21139720d658822c98605c1e58f900067e4b82 Mon Sep 17 00:00:00 2001 From: gwarser Date: Tue, 7 Apr 2020 15:18:09 +0200 Subject: [PATCH] Fix TODO in cosmetic filter with negated domains case --- Syntax-quirks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Syntax-quirks.md b/Syntax-quirks.md index c8a5a10..042a66c 100644 --- a/Syntax-quirks.md +++ b/Syntax-quirks.md @@ -2,7 +2,8 @@ - See - Looking-like-domain filters match only in domain part of URL - See [HOST optimiztion](./Static-filter-syntax#hosts-files) -- Negated domains in cosmetic filters work like exception (TODO: compare with ABP). +- Negated domains in cosmetic filters work like exception (In ABP generic blocking filter overrides filter with negated domain). + - See - One filter can be counted as many, [example](./Static-filter-syntax#badfilter) - `$document` works only as [blocking filter](./Static-filter-syntax#document-for-entire-page-exception) - Generic cosmetic filters don't work in [Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM)