summaryrefslogtreecommitdiff
path: root/config.json
blob: 213ff23d5dcd760314214b8688d5899ba05eccff (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" : ["media.ccc.de", "streaming.media.ccc.de", "static.rc3.world"],
      "blocked" : ["blocked.com"],
      "prefix" : "https://ausgang.rc3.world?link="
    },
    "world" : {
      "scope" : ["map"],
      "substs" : {
      }
    }
  }
}