diff options
author | stuebinm | 2021-12-25 20:05:22 +0100 |
---|---|---|
committer | stuebinm | 2021-12-25 20:06:00 +0100 |
commit | 7881fea92bfa90afec30ade9106d9e00154e3f2c (patch) | |
tree | 787693f376920ee0b50bd5837d3ac267788de8fb | |
parent | 1b243c0a51ad603ff39dbe889751ded8888f0daf (diff) |
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)
-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\/" }, |