From ec5c16c264eb4e19ab2490f2f817368b21fea7da Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 28 Apr 2015 11:52:07 -0400 Subject: [PATCH] Updated Dynamic filtering: precedence (markdown) --- Dynamic-filtering:-precedence.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dynamic-filtering:-precedence.md b/Dynamic-filtering:-precedence.md index 39f2157..c5060a1 100644 --- a/Dynamic-filtering:-precedence.md +++ b/Dynamic-filtering:-precedence.md @@ -2,6 +2,9 @@ *** +First: Whitelist directives override both dynamic filtering _and_ static filtering. Whitelist directives appear in the _Whitelist_ pane in the dashboard, and they are used to completely disable filtering. The [big blue button in the popup UI](https://github.com/gorhill/uBlock/wiki/Quick-guide:-popup-user-interface#the-large-power-button) is used to easily whitelist the current site/page. + + Dynamic `allow`/`block` rules override static filtering rules. - Use `allow` to force requests to be allowed regardless of whether they would normally be blocked by static filtering. - Useful to fix sites broken by false positives in _EasyList_, _EasyPrivacy_ (or any other static filter lists).