-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Add whitelisted mode #315
Comments
@elyahw this is already possible. Modify the additional hosts file, and at the bottom, place a "*" |
Thanks. The only problem now is that what if I have some 20k websites to whitelist? Is not it possible to put them in a list somewhere other than here? |
To whitelist a host just go to "Configure Additional Hosts" and add the host with a preceding "!". For example... !google.com You can also use wildcards in whitelist entries. For example... !*.google.com This will whitelist all hosts of the Google domain, but not google.com itself. So, if you want to whitelist google.com in addition to all sub-hosts, you need both entries. For example... !google.com |
+1 The current whitelist mode need to edit additionalHosts.txt, can't update just like blacklist. |
Yes, please. |
Thanks @slcw. The whitelisting is actually redundant. It is never triggered and it does not override any other rules. The piece in the AdditionalHosts.txt which says:
Is incorrect. Rules 1 and 3 would mean that explicitly whitelisted entries, e.g. !google.com in the additional list should override other lists, but this does not happen and it is ignored completely. It is redundant. if google.com is included in the "downloaded blocklist", and whitelisted here, then it will still be blocked. So the filter has no whitelisted mode at all.. There is no need to include any whitelisted entry, e.g. |
I do not understand this request. It works as designed as you described in the first part of your message. I also do not plan to add suport for whitelist filter lists. It would get messy with the priorities of conflicting entries. It is already complicated today. |
It would be very useful if the app had a whitelisted mode. Only the included addresses would be allowed, otherwise everything else is blocked.
Instead of blocking hundreds of thousands of domains, one could add a few hundred main ones he uses and have peace of mind. This whitelist would then grow with time. I found whitelisting the most effective kind of blocking.
The text was updated successfully, but these errors were encountered: