mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Dynamic filtering: rule syntax (markdown)
parent
01e3010183
commit
782af8c8cf
1 changed files with 1 additions and 1 deletions
|
|
@ -14,4 +14,4 @@ Another example: `wired.com * image block`, which means "block all images when v
|
|||
|
||||
### 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.
|
||||
Hostname-based rules are used to filter network resources according the their origin, i.e. according to which remote server a resource is pulled. 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