diff options
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/config.json b/config.json index 9db5342..1ccb0a5 100644 --- a/config.json +++ b/config.json @@ -3,23 +3,16 @@ "Assemblies":[], "ScriptInject":null, "AllowScripts":false, - "MaxLintLevel":"Warning", + "MaxLintLevel":"Fatal", "DontCopyAssets":false, - "UriSchemas": [ - ["https", { - "scope" : ["website"], - "allowed" : ["media.ccc.de", "streaming.media.ccc.de", "static.rc3.world", "cdn.c3voc.de", "pretalx.c3voc.de"], - "blocked" : ["blocked.com"], - "prefix" : "https:\/\/rc3.world\/2021\/wa_dereferrer\/" - }], - ["https", { - "scope" : ["audio"], - "allowed" : ["cdn.c3voc.de", "media.ccc.de", "streaming.media.ccc.de", "static.rc3.world", "live.dort.c3voc.de"] - }], - ["world", { + "UriSchemas": { + "world": { "scope" : ["map"], "substs" : { } - }] - ] + }, + "https": { + "scope" : [ "website", "audio" ] + } + } } |