Checkpoint web parity through Chromium input tasks
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

This commit is contained in:
mes123456
2026-08-19 10:39:03 -04:00
parent 5a11045ca5
commit 380cbed4ff
634 changed files with 41862 additions and 212 deletions

View File

@@ -0,0 +1,47 @@
{
"schemaVersion": 1,
"task": "M13-05B",
"operation": "CSP_RESOURCE_POLICY",
"policy": "default-src 'self'; script-src 'self' 'wasm-unsafe-eval'; worker-src 'self'; connect-src 'self'; font-src 'self'; img-src 'self'; media-src 'self'; object-src 'none'; base-uri 'none'; frame-ancestors 'none'",
"resources": {
"worker": "SAME_ORIGIN",
"wasm": "SAME_ORIGIN_WASM_UNSAFE_EVAL",
"font": "SAME_ORIGIN",
"image": "SAME_ORIGIN",
"media": "SAME_ORIGIN"
},
"denied": {
"dataImage": "DENY",
"blobWorker": "DENY",
"crossOriginConnect": "DENY"
},
"responseCount": 7,
"browser": {
"result": {
"worker": true,
"wasm": true,
"image": true,
"font": true,
"media": true,
"dataImageBlocked": true,
"blobWorkerBlocked": true,
"crossOriginBlocked": true
},
"violations": [
{
"directive": "worker-src",
"blockedURI": "blob"
},
{
"directive": "connect-src",
"blockedURI": "http://127.0.0.1:9/csp-cross-origin"
},
{
"directive": "img-src",
"blockedURI": "data"
}
]
},
"execution": "DISABLED",
"nextTask": "M13-05C"
}