Update adguard tv whitelist
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -121,10 +121,58 @@ in
|
||||
whitelist_filters = [ ];
|
||||
user_rules = [
|
||||
"||*^"
|
||||
# Personal
|
||||
"@@||karaolidis.com^$important"
|
||||
# Connectivity Check
|
||||
"@@||clients3.google.com^"
|
||||
"@@||clients.l.google.com^"
|
||||
"@@||connectivitycheck.gstatic.com^"
|
||||
"@@||connectivitycheck.android.com^"
|
||||
# NTP
|
||||
"@@||pool.ntp.org^$important"
|
||||
"@@||time.android.com^$important"
|
||||
"@@||time.akamai.com^$important"
|
||||
# Plex
|
||||
"@@||plex.tv^$important"
|
||||
"@@||plex.direct^$important"
|
||||
# YouTube
|
||||
"@@||youtube.com^$important"
|
||||
"@@||yt.be^$important"
|
||||
"@@||ytimg.com^$important"
|
||||
"@@||googlevideo.com^$important"
|
||||
# YouTube Extensions
|
||||
"@@||returnyoutubedislikeapi.com^$important"
|
||||
"@@||sponsor.ajay.app^$important"
|
||||
# Google Misc
|
||||
"@@||accounts.google.com^$important"
|
||||
"@@||www.gstatic.com^$important"
|
||||
"@@||content-autofill.googleapis.com^$important"
|
||||
# Google Play
|
||||
"@@||play.google.com^$important"
|
||||
"@@||android.googleapis.com^$important"
|
||||
"@@||androidtvsetupwraithfe-pa.googleapis.com^$important"
|
||||
"@@||play-fe.googleapis.com^$important"
|
||||
"@@||play-lh.googleusercontent.com^$important"
|
||||
"@@||play.googleapis.com^$important"
|
||||
"@@||android.apis.google.com^$important"
|
||||
"@@||playatoms-pa.googleapis.com^$important"
|
||||
"@@||gvt1.com^$important"
|
||||
# Spotify
|
||||
"@@||spotify.com^$important"
|
||||
"@@||spotify.dev^$important"
|
||||
"@@||scdn.co^$important"
|
||||
"@@||tospotify.com^$important"
|
||||
"@@||spotifycdn.com^$important"
|
||||
# Twitch
|
||||
"@@||twitch.tv^$important"
|
||||
"@@||ttvnw.net^$important"
|
||||
"@@||static-cdn.jtvnw.net^$important"
|
||||
# Cosmote TV
|
||||
"@@||account.cosmote.gr^$important"
|
||||
"@@||cosmotetvott.gr^$important"
|
||||
"@@||msvdn.net^$important"
|
||||
"@@||theplatform.eu^$important"
|
||||
"@@||theplatform.com^$important"
|
||||
];
|
||||
|
||||
schema_version = 29;
|
||||
|
@@ -32,6 +32,7 @@
|
||||
../common/configs/system/zsh
|
||||
|
||||
./configs/btrbk
|
||||
./configs/tv
|
||||
./configs/wireguard
|
||||
|
||||
./users/storm
|
||||
|
@@ -9,7 +9,6 @@ in
|
||||
imports = [
|
||||
(import ../../../common/configs/user { inherit user home; })
|
||||
|
||||
(import ../../../common/configs/user/console/android { inherit user home; })
|
||||
(import ../../../common/configs/user/console/btop { inherit user home; })
|
||||
(import ../../../common/configs/user/console/fastfetch { inherit user home; })
|
||||
(import ../../../common/configs/user/console/git { inherit user home; })
|
||||
|
Reference in New Issue
Block a user