summaryrefslogtreecommitdiff
path: root/config.json
blob: 791220362d31985cd1329d8d69a8c6784ca4d131 (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", "audio"],
      "allowed" : ["media.ccc.de", "streaming.media.ccc.de", "static.rc3.world", "cdn.c3voc.de"],
      "blocked" : ["blocked.com"],
      "prefix" : "https:\/\/rc3.world\/2021\/dereferrer\/"
    },
    "world" : {
      "scope" : ["map"],
      "substs" : {
      }
    }
  }
}