From dbf2253dc4256809b255767cbf4ae9c236f18542 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 19 Mar 2022 19:12:04 +0100 Subject: remove leftover rc3 things & some new stuff this removes: - the bbb properties - all explicit mentions of rc3 - the weird script domain hacks (done via a substitution now) - some (few) of the weirder code choices it also adds some more type level witchery to deal with configs, which for some reason seems to be the hardest problem of this entire program … also the server now does inter-assembly dependency checking! --- config.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'config.json') diff --git a/config.json b/config.json index 1ccb0a5..35e89e9 100644 --- a/config.json +++ b/config.json @@ -6,13 +6,13 @@ "MaxLintLevel":"Fatal", "DontCopyAssets":false, "UriSchemas": { - "world": { - "scope" : ["map"], - "substs" : { - } - }, - "https": { - "scope" : [ "website", "audio" ] - } + "https:": [ + { + "scope" : [ "website", "audio" ] + }, + { + "scope" : [ "script" ], + "allowed" : [ "scripts.world.di.c3voc.de" ] + }] } } -- cgit v1.2.3