mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Dynamic filtering: rule syntax (markdown)
parent
ec189efb52
commit
01e3010183
1 changed files with 3 additions and 1 deletions
|
|
@ -12,4 +12,6 @@ These rules can apply everywhere, or be specific to a web site. For instance blo
|
|||
|
||||
Another example: `wired.com * image block`, which means "block all images when visiting a web page on wired.com".
|
||||
|
||||
### Hostname-based rules
|
||||
### Hostname-based rules
|
||||
|
||||
Hostname-based rules are used to filter network resources according the their origin, i.e. where they come from. Hostname-based rules have a higher specificity than type-based rules, and thus hostname-based rules always override type-based rules whenever a network request end up matching both a type- and a hostname-based rule.
|
||||
Loading…
Reference in a new issue