Skip to content
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

Support Whitelist Lists #822

Closed
alexzeitgeist opened this issue Jun 9, 2019 · 8 comments
Closed

Support Whitelist Lists #822

alexzeitgeist opened this issue Jun 9, 2019 · 8 comments

Comments

@alexzeitgeist
Copy link
Contributor

Suggestion. Currently it is only possible to whitelist domains using the 'Custom filtering rules' form. It would be nice if we could add whitelist lists that are dynamically updated just as blacklist lists. For reference see the lists here:

https://github.com/anudeepND/whitelist
https://github.com/anudeepND/whitelist/tree/master/domains

@ameshkov
Copy link
Member

ameshkov commented Jun 9, 2019

AGH supports common adblock syntax where you can whitelist URLs with rules like @@||example.org^. Transforming the anudeepND's whitelist would be fairly easy.

@ghost
Copy link

ghost commented Jun 29, 2019

I would really like this feature, as although I have manually added the domains to the custom area (30 minutes later), now I need to constantly check my sources for any updates or changes made in case more are discovered or domains change (Microsoft & Facebook does that a lot).

Since those lists are in a format just like the blocking ones, I would love to be able to have it automated.

@ghost
Copy link

ghost commented Aug 30, 2019

@ameshkov Is there way for block all dns requests by one rule? ex: ||^/||all^ so i can allow domains only included on custom whitelist. that's usable when implemented #435

@ghost
Copy link

ghost commented Aug 30, 2019

@Nete1 I wonder if you could use this regex at the top of the Custom filtering rules:
/.+/

Explanation: https://regex101.com/r/DVU7nM/2

@ghost
Copy link

ghost commented Aug 30, 2019

@planet0 Thank you^^ I'll check it and let's see what will @ameshkov say although i still have to wait for #435 because 'custom filtering rules' apply for all connected devices

@ameshkov
Copy link
Member

Yeah, what @planet0 proposed is a solution.

@ghost
Copy link

ghost commented Aug 30, 2019

Thanks for both.

@ameshkov
Copy link
Member

We'll need to change UI for this task:

First of all, split "Filters" into three pages:

  • DNS blocklists
  • DNS whitelists
  • Custom rules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants