From 395ddbdad149df5a57bb7d3c9e46ef5a43f4c1ce Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 4 Jan 2015 04:05:29 -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 53a172f..df47c54 100644 --- a/Dynamic-filtering:-rule-syntax.md +++ b/Dynamic-filtering:-rule-syntax.md @@ -43,3 +43,4 @@ A matching rule can do one of three things: - `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. + - It cancels dynamic filtering, but it does not cancel static filtering. \ No newline at end of file