blob: f7fc59db256ef85ab1a30a36747183f42ab5c1bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"AssemblyTag":"assemblyname",
"Assemblies":[],
"ScriptInject":null,
"AllowScripts":false,
"MaxLintLevel":"Warning",
"DontCopyAssets":false,
"UriSchemas": {
"https" : {
"scope" : ["website"],
"allowed" : ["example.org"],
"blocked" : ["blocked.com"],
"prefix" : "https://ausgang.rc3.world?link="
},
"world" : {
"scope" : ["map"],
"substs" : {
}
}
}
}
|