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