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

28
docs/tasks/M13-05B.md Normal file
View File

@@ -0,0 +1,28 @@
# M13-05B资源类型 CSP 矩阵
- `task`: `M13-05B`
- `parent`: `M13-05A`
- `status`: `done`
## 目标
分别验证 Worker、WASM、font、image、media 资源只能从同源加载WASM 使用显式
`wasm-unsafe-eval` 编译能力JavaScript `eval` 仍被拒绝。`data:``blob:` 和跨源连接必须被
浏览器 CSP 阻断。
## 验收
```text
npm --prefix web run test:csp-resource-policy
node tools/web/check-deployment-contract.mjs
npm --prefix web run typecheck
npm --prefix web run build
```
## 产物和交接
报告和 manifest 位于 `tests/golden/M13-05B/`;下一任务由 manifest 的 `nextTask` 指向 `M13-05C`
## 回滚
恢复资源 CSP、MIME 合同、checker、报告、manifest、package 命令和状态页;将 `M13-05A` 恢复为队列尾。