mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
*: domain option filters "on domain" not "from domain"
parent
6b553f8619
commit
e6cfa84d6e
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ So in uBO, any pattern which can be wholly read as a valid hostname, will be ass
|
|||
The wildcard character `*` can be used to apply a filter to **all** URLs. This is not recommended though, unless you further narrow the filter using filter options. Examples:
|
||||
|
||||
- `*$third-party`: block all 3rd-party network requests.
|
||||
- `*$script,domain=example.com`: block all network requests to fetch script resources from `example.com`.
|
||||
- `*$script,domain=example.com`: block all network requests to fetch script resources at `example.com`.
|
||||
|
||||
Usually, it is far more convenient to use [dynamic filtering rules](./Dynamic-filtering) in lieu of such generic static filters.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue