summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json18
1 files changed, 15 insertions, 3 deletions
diff --git a/config.json b/config.json
index 32f566f..b955e01 100644
--- a/config.json
+++ b/config.json
@@ -4,7 +4,19 @@
"AllowScripts":true,
"MaxLintLevel":"Fatal",
"DontCopyAssets":true,
- "LinkPrefix":"https://exit.rc3.world?link=",
- "AllowedDomains":["example.org"],
- "BlockedDomains":[]
+ "UriSchemas": {
+ "https" : {
+ "scope" : ["website"],
+ "allowed" : ["example.org"],
+ "blocked" : ["blocked.com"],
+ "prefix" : "https://ausgang.rc3.world?link="
+ },
+ "world" : {
+ "scope" : ["map"],
+ "substs" : {
+ "lounge" : "/@/lalala",
+ "lobby" : "/@/lounge"
+ }
+ }
+ }
}