summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.json b/config.json
index 4870974..32f566f 100644
--- a/config.json
+++ b/config.json
@@ -2,7 +2,9 @@
"AssemblyTag":"assemblyname",
"ScriptInject":null,
"AllowScripts":true,
- "MaxLintLevel":"Suggestion",
+ "MaxLintLevel":"Fatal",
"DontCopyAssets":true,
- "LinkPrefix":"https://exit.rc3.world?link="
+ "LinkPrefix":"https://exit.rc3.world?link=",
+ "AllowedDomains":["example.org"],
+ "BlockedDomains":[]
}