Skip to content
Snippets Groups Projects
Commit 7881fea9 authored by stuebinm's avatar stuebinm
Browse files

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)
parent 1b243c0a
Branches
No related tags found
No related merge requests found
......@@ -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\/"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment