From 4c2a676a275e92e3b2905a1139b2ad2ba378a836 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Wed, 22 Jul 2020 04:17:50 +0100 Subject: [PATCH] docs: add instruction to disable a specific filter - https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#badfilter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfb4a74f..52270290 100644 --- a/README.md +++ b/README.md @@ -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/).