From 75250d326af70b77c13a36286188e6e6016f6273 Mon Sep 17 00:00:00 2001 From: gwarser Date: Mon, 20 May 2019 18:49:46 +0200 Subject: [PATCH] document exceptions works for explicit document strict-block --- Static-filter-syntax.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index ad9c535..85ede41 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -15,12 +15,14 @@ However uBO does not support some very specific cases, and also adds its own ext ## Not supported -`document` for _exception_ filters (those prefixed with `@@`): +`document` for [_entire page exception_](https://adblockplus.org/filters#whitelist): Not supported. The purpose of the `document` option when used with an exception filter is to disable uBO completely. The purpose of the `document` option in static exception filters is mostly for the sake of "acceptable ads" support, which uBO does not support. The reason it is not supported is to be sure that users explicitly disable uBO themselves if they wish (through [whitelisting](https://github.com/gorhill/uBlock/wiki/How-to-whitelist-a-web-site)), not having some external filter list decide for them. +Note: it [still works](https://github.com/gorhill/uBlock/issues/1754) to negate [strict blocking](https://github.com/gorhill/uBlock/wiki/Strict-blocking) when explicitly enabled by blocking filter `document` option. + `genericblock`: Not supported.