mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Dynamic filtering: rule syntax (markdown)
parent
97ba2c7db8
commit
98d04bb63a
1 changed files with 1 additions and 1 deletions
|
|
@ -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** | `*`<br>_hostname_ | `*`<br> | `*`<br>`image`<br>`inline-script`<br>`1p-script`<br>`3p-script`<br>`3p-frame` | `block`<br>`noop`<br>`allow` |
|
||||
| **Type-based** | `*`<br>_hostname_ | `*`<br> | `*`<br>`image`<br>`inline-script`<br>`3p`<br>`1p-script`<br>`3p-script`<br>`3p-frame` | `block`<br>`noop`<br>`allow` |
|
||||
| **Hostname-based** | `*`<br>_hostname_ | <br>_hostname_ | <br>`*` | `block`<br>`noop`<br>`allow` |
|
||||
|
||||
Source hostname always corresponds to the hostname extracted from the URL of the web page in the browser.
|
||||
|
|
|
|||
Loading…
Reference in a new issue