From 5d155ff20d50718dce19c23755950de299264bbd Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 8 Feb 2015 16:12:18 -0500 Subject: [PATCH] Updated Dynamic filtering: default deny (markdown) --- Dynamic-filtering:-default-deny.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dynamic-filtering:-default-deny.md b/Dynamic-filtering:-default-deny.md index fe7cd4d..080ea41 100644 --- a/Dynamic-filtering:-default-deny.md +++ b/Dynamic-filtering:-default-deny.md @@ -18,7 +18,7 @@ The advantages do not come for free. Often, default-deny will require a bit of w ![Default-deny](https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/df-dd-03.png) -As seen in the picture above, a few 3rd-party domains related to `theguardian.com` had to be un-blocked for the page to display and behave properly. Notice that `noop` rule (dark gray) were used to un-block the domains. +As seen in the picture above, a few 3rd-party domains related to `theguardian.com` had to be un-blocked for the page to display and behave properly. Notice that `noop` rules (dark gray) were used to un-block the domains. A `noop` rule is different than an `allow` rule: an `allow` rule will cause all block filters from static filtering to be bypassed, while a `noop` rule will just disengage dynamic filtering, while keeping static filtering engaged.