From 2e8fcbaef78a9d9a88259897ec3b050f4ee9136a Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 15 Nov 2017 12:50:58 -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 9d995a4..faaa8e6 100644 --- a/Dynamic-filtering:-rule-syntax.md +++ b/Dynamic-filtering:-rule-syntax.md @@ -8,7 +8,7 @@ A dynamic filtering rule is made of four components: a source, a destination, a | rule type | source | destination | request type | action | |---|---|---|---|---| -| **Type-based** | `*`
_hostname_ | `*`
  | `*`
`image`
`inline-script`
`3p`
`1p-script`
`3p-script`
`3p-frame` | `block`
`noop`
`allow` | +| **Type-based** | `*`
_hostname_ | `*`
  | `*`
`image`
`inline-script`
`1p-script`
`3p`
`3p-script`
`3p-frame` | `block`
`noop`
`allow` | | **Hostname-based** | `*`
_hostname_ |
_hostname_ |
`*` | `block`
`noop`
`allow` | Source hostname always corresponds to the hostname extracted from the URL of the web page in the browser.