From 2cd73d2e191ff3390536de0195f7e457f387ef5f Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 31 Dec 2014 11:43:55 -0800 Subject: [PATCH] Updated Dynamic filtering: rule syntax (markdown) --- Dynamic-filtering:-rule-syntax.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dynamic-filtering:-rule-syntax.md b/Dynamic-filtering:-rule-syntax.md index 2039341..adf7acc 100644 --- a/Dynamic-filtering:-rule-syntax.md +++ b/Dynamic-filtering:-rule-syntax.md @@ -18,7 +18,9 @@ Type-based rules are used to filter specific types of request on a web page. The These rules can apply everywhere, or be specific to a web site. For instance blocking 3rd-party frames is a very good habit security-wise: `* * 3p-frame block`. This rule translates into "block 3rd-party embedded frames everywhere". -Another example: `wired.com * image block`, which means "block all images when visiting a web page on wired.com". Note that with type-based rules, the destination hostname is **always** `*`, meaning "from anywhere". +Another example: `wired.com * image block`, which means "block all images when visiting a web page on wired.com". + +Note that with type-based rules, the destination hostname is **always** `*`, meaning "from anywhere". ### Hostname-based rules