blob: 85cf2238b2f5c548cfbf88c425b525cce1814d4c (
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" : [ "example.org" ]
}]
}
}
|