mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
add support to allow only specific sites and deny the rest #1467
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#1467
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eduardoaddad on GitHub (Apr 11, 2020).
Add support to allow only specific sites and deny the rest
@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
@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@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
@ameshkov commented on GitHub (Apr 15, 2020):
@eduaddad yep, this will keep only these domains not blocked