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