From e8d254fd5751bb74dea5907e8dbdb9ca5d50e49d Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 4 Jan 2015 04:04:28 -0800 Subject: [PATCH] Updated Dynamic filtering: rule syntax (markdown) --- Dynamic-filtering:-rule-syntax.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Dynamic-filtering:-rule-syntax.md b/Dynamic-filtering:-rule-syntax.md index 7bb7e67..53a172f 100644 --- a/Dynamic-filtering:-rule-syntax.md +++ b/Dynamic-filtering:-rule-syntax.md @@ -41,4 +41,5 @@ A matching rule can do one of three things: - Thus you can use them to block with 100% certainty (unless you set another overriding dynamic filter rule). - `allow`: matching net request will be allowed. - `allow` dynamic filters rules override any existing static and dynamic block filters. + - Thus they are most useful to create finer-grained exceptions, and to un-break web sites broken by some static filters somewhere. - `noop`: prevent matching net requests from being subjected to dynamic filtering.