summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorstuebinm2021-12-25 20:05:22 +0100
committerstuebinm2021-12-25 20:06:00 +0100
commit7881fea92bfa90afec30ade9106d9e00154e3f2c (patch)
tree787693f376920ee0b50bd5837d3ac267788de8fb /config.json
parent1b243c0a51ad603ff39dbe889751ded8888f0daf (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)
Diffstat (limited to 'config.json')
-rw-r--r--config.json4
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\/"
},