From 74b6a42b3b279779931071cff94c9ed469455f25 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 5 Feb 2021 11:47:04 -0500 Subject: [PATCH] Updated Dynamic filtering: quick guide (markdown) --- Dynamic-filtering:-quick-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dynamic-filtering:-quick-guide.md b/Dynamic-filtering:-quick-guide.md index 46ff580..91c27d8 100644 --- a/Dynamic-filtering:-quick-guide.md +++ b/Dynamic-filtering:-quick-guide.md @@ -77,7 +77,7 @@ Create a local [_noop_](https://en.wikipedia.org/wiki/NOP_(code)) rule for 3rd- It works, the embedded YouTube video can now be played. -Note that a cell with a _noop_ rule is dark gray, while a cell with no rule at all is light gray (the default color). Hence gray means that no dynamic filtering will be applied to a cell. If a cell inherit a _block_ or _allow_ rule from a higher precedence cell, a _noop_ rule can be used to override the inherited _block_ or _allow_ rule. Conceptually, the purpose of _noop_ rules is to punch holes in your dynamic filtering ruleset so that network requests can pass through unimpeded. +Note that a cell with a _noop_ rule is dark gray, while a cell with no rule at all is light gray (the default color). Hence gray means that no dynamic filtering will be applied to a cell. If a cell inherit a _block_ or _allow_ rule from a higher precedence cell, a _noop_ rule can be used to override the inherited _block_ or _allow_ rule. Conceptually, the purpose of _noop_ rules is to punch holes in your dynamic filtering ruleset so that network requests can pass through unimpeded by any dynamic filtering rule. However the above rule would result in all 3rd-party frames on the site to be unblocked. Not so good.