From 3f79645f39ec5604ded3d326b21c87c53bfed452 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 6 Sep 2015 12:18:53 -0400 Subject: [PATCH] Updated Filter syntax extensions (markdown) --- Filter-syntax-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filter-syntax-extensions.md b/Filter-syntax-extensions.md index cde9b12..d2a4cc7 100644 --- a/Filter-syntax-extensions.md +++ b/Filter-syntax-extensions.md @@ -2,7 +2,7 @@ uBlock supports most of [Adblock Plus filter syntax](https://adblockplus.org/en/ ### Not supported -`document` for exception filters (those prefixed with `@@`): +`document` for _exception_ filters (those prefixed with `@@`): Not supported. The purpose of the `document` option is to disable uBlock completely. The reason it is not supported is to be sure that users explicitly disable uBlock 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.