From 8fe2499393122c6b1addaf89538d91bade45e952 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 11 Dec 2015 05:56:59 -0500 Subject: [PATCH] Updated Dynamic filtering: rule syntax (markdown) --- Dynamic-filtering:-rule-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dynamic-filtering:-rule-syntax.md b/Dynamic-filtering:-rule-syntax.md index 7ec5f08..20f45f2 100644 --- a/Dynamic-filtering:-rule-syntax.md +++ b/Dynamic-filtering:-rule-syntax.md @@ -16,7 +16,7 @@ The rule always automatically propagates to all subdomains of the source hostnam The type is the type of the fetched resource. -A request can be blocked, allowed, or ignored by dynamic filtering (using the `noop` action). +A request can be blocked (`block`), allowed (`allow`), or ignored (`noop`). A `noop` rule will cause matching network requests to be ignored by the dynamic filtering engine, but those ignored network requests will still be subjected to static filtering. ***