summaryrefslogtreecommitdiff
path: root/config.json
blob: d54c9fc0a6d60362d7d1632fc3e8a58555b6cd4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "AssemblyTag":"assemblyname",
  "Assemblies":[],
  "ScriptInject":null,
  "AllowScripts":false,
  "MaxLintLevel":"Warning",
  "DontCopyAssets":false,
  "UriSchemas": {
    "https:": [
      {
        "scope" : [ "website", "audio" ]
      },
      {
        "scope" : [ "script" ],
        "allowed" : [ "scripts.world.di.c3voc.de" ]
      }]
  }
}