1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
{
"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" : {
}
},
"bbb" : {
"scope" : ["bbb"],
"allowed" : [],
"blocked" : [],
"prefix" : "https://bbb.rc3.world/"
}
}
}
|