mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Dynamic filtering: rule syntax (markdown)
parent
c16eff155b
commit
2cd73d2e19
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue