add support to allow only specific sites and deny the rest #1467

Closed
opened 2026-03-04 01:19:20 -05:00 by deekerman · 4 comments
Owner

Originally created by @eduardoaddad on GitHub (Apr 11, 2020).

Add support to allow only specific sites and deny the rest

  • When a site is added to the filter only that site will be considered to be blocked blocking the rest
Originally created by @eduardoaddad on GitHub (Apr 11, 2020). Add support to allow only specific sites and deny the rest * When a site is added to the filter only that site will be considered to be blocked blocking the rest
deekerman 2026-03-04 01:19:20 -05:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@ghost commented on GitHub (Apr 11, 2020):

You can add this regex to a blocklist or custom filtering rules: /.+/
Explanation: https://regex101.com/r/DVU7nM/2

After that, add necessary domains to allowlists and upvote #435

@ghost commented on GitHub (Apr 11, 2020): You can add this regex to a blocklist or custom filtering rules: /.+/ Explanation: https://regex101.com/r/DVU7nM/2 After that, add necessary domains to allowlists and upvote #435
Author
Owner

@ameshkov commented on GitHub (Apr 13, 2020):

You can achieve this by adding a rule like this to custom rules:
||*

And then unblock the websites that you want to access:
@@||example.org

@ameshkov commented on GitHub (Apr 13, 2020): You can achieve this by adding a rule like this to custom rules: `||*` And then unblock the websites that you want to access: `@@||example.org`
Author
Owner

@eduardoaddad commented on GitHub (Apr 14, 2020):

||*
@@|google.com.br
@@|google.com
@@|mundoeducacao.bol.uol.com.br
@@|mundoeducacao.bol.uol.com.br
@@|infoescola.com
@@|brainly.com.br
@@|classapp.com.br
@@|angloitape.com.br
@@|classroom.google.com
@@|hangouts.google.com
@@|meet.google.com

this @ameshkov ? in Custom filtering rules

@eduardoaddad commented on GitHub (Apr 14, 2020): ||* @@|google.com.br @@|google.com @@|mundoeducacao.bol.uol.com.br @@|mundoeducacao.bol.uol.com.br @@|infoescola.com @@|brainly.com.br @@|classapp.com.br @@|angloitape.com.br @@|classroom.google.com @@|hangouts.google.com @@|meet.google.com this @ameshkov ? in Custom filtering rules
Author
Owner

@ameshkov commented on GitHub (Apr 15, 2020):

@eduaddad yep, this will keep only these domains not blocked

@ameshkov commented on GitHub (Apr 15, 2020): @eduaddad yep, this will keep only these domains not blocked
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AdGuardHome#1467
No description provided.