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.