{
"disabled-zones": [
"string"
],
"disabled-capabilities": [
"string"
],
"api-read-deny-resources": [
"string"
],
"api-write-deny-resources": [
"string"
],
"approved-cdn-origins": [
"string"
],
"analysis-settings": {
"max_entry_bytes": 1000000,
"max_total_bytes": 8000000,
"max_chunk_count": 40,
"max_fetch_seconds": 60,
"obfuscation_string_array_max": 64,
"obfuscation_string_array_share_max": 0.05,
"obfuscation_hex_ratio_max": 0.2,
"obfuscation_bracket_ratio_max": 0.5,
"size_delta_flag_ratio": 2
},
"analysis-denylist": {
"bad_packages": [
"string"
],
"benign": [
{
"rule": "document-cookie",
"path": "node_modules/loglevel/"
}
]
},
"analysis-rule-policy": {
"property1": {
"mode": "enforce",
"severity": "reject",
"buckets": {
"vendored": "reject",
"build-injected": "reject"
}
},
"property2": {
"mode": "enforce",
"severity": "reject",
"buckets": {
"vendored": "reject",
"build-injected": "reject"
}
}
},
"analysis-ruleset-fingerprint": "string",
"csp-coverage": {
"status": "ok",
"uncovered": [
"string"
],
"source": "string"
}
}