diff options
Diffstat (limited to '')
-rw-r--r-- | config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.json b/config.json index 0a45759..7912203 100644 --- a/config.json +++ b/config.json @@ -7,8 +7,8 @@ "DontCopyAssets":false, "UriSchemas": { "https" : { - "scope" : ["website"], - "allowed" : ["media.ccc.de", "streaming.media.ccc.de", "static.rc3.world"], + "scope" : ["website", "audio"], + "allowed" : ["media.ccc.de", "streaming.media.ccc.de", "static.rc3.world", "cdn.c3voc.de"], "blocked" : ["blocked.com"], "prefix" : "https:\/\/rc3.world\/2021\/dereferrer\/" }, |