docs: add instruction to disable a specific filter
- https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#badfilter
This commit is contained in:
parent
5124398201
commit
4c2a676a27
|
@ -298,7 +298,7 @@ This blocklist operates by blocking the **whole** website, instead of specific w
|
|||
|
||||
*Popular* websites are as listed in the [Umbrella Popularity List](https://s3-us-west-1.amazonaws.com/umbrella-static/index.html) (top 1M domains + subdomains), [Tranco List](https://tranco-list.eu/) (top 1M domains) and this [custom list](src/exclude.txt).
|
||||
|
||||
If you wish to exclude certain website(s) that you believe is sufficiently well-known, please create an [issue](https://gitlab.com/curben/urlhaus-filter/issues) or [merge request](https://gitlab.com/curben/urlhaus-filter/merge_requests).
|
||||
If you wish to exclude certain website(s) that you believe is sufficiently well-known, please create an [issue](https://gitlab.com/curben/urlhaus-filter/issues) or [merge request](https://gitlab.com/curben/urlhaus-filter/merge_requests). If the website is quite obscure but you still want to visit it, you can add a new line `||legitsite.com^$badfilter` to "My filters" tab of uBO; use a subdomain if relevant, `||sub.legitsite.com^$badfilter`.
|
||||
|
||||
This filter **only** accepts new malware URLs from [URLhaus](https://urlhaus.abuse.ch/).
|
||||
|
||||
|
|
Loading…
Reference in New Issue