From 7881fea92bfa90afec30ade9106d9e00154e3f2c Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 25 Dec 2021 20:05:22 +0100 Subject: allow cdn.c3voc.de for audio streams (this is a temporary solution, since it would invoke the dereferrer for things that aren't allowed, which is silly) --- config.json | 4 ++-- 1 file 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\/" }, -- cgit v1.2.3