Checkpoint web parity through Chromium input tasks
This commit is contained in:
28
tests/golden/M13-04D/server-job-network-policy-report.json
Normal file
28
tests/golden/M13-04D/server-job-network-policy-report.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user