Files
workinf_Blender_Wasm/tests/golden/M13-04D/server-job-network-policy-report.json
mes123456 380cbed4ff
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled
Checkpoint web parity through Chromium input tasks
2026-08-19 10:39:03 -04:00

29 lines
655 B
JSON

{
"schemaVersion": 1,
"task": "M13-04D",
"operation": "SERVER_JOB_NETWORK_POLICY",
"defaultNetwork": "DENY",
"declaredOrigin": {
"status": "ALLOWED",
"code": "SERVER_NETWORK_ALLOWED_ORIGIN",
"origin": "https://example.com",
"network": "DECLARED_ORIGIN"
},
"denied": {
"missing": {
"status": "DENIED",
"code": "SERVER_NETWORK_DENIED",
"origin": null,
"network": "DISABLED"
},
"undeclared": {
"status": "DENIED",
"code": "SERVER_NETWORK_DENIED",
"origin": "https://other.example",
"network": "DISABLED"
}
},
"execution": "DISABLED",
"nextTask": "M13-04E"
}