summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorstuebinm2022-03-19 16:50:57 +0100
committerstuebinm2022-03-19 20:00:54 +0100
commit25111b467c91e411f1c7a4281c2eee5671db7406 (patch)
tree96fdc517c1a5f0097df525fb5fc713bd4d84ac29 /config.json
parent8a0a463f1e45c990fb417c3d08f9f8e7e5643212 (diff)
linter: allow unrestricted domain scopes
Diffstat (limited to 'config.json')
-rw-r--r--config.json23
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" ]
+ }
+ }
}