Report mode allows all resources in blocked-destinations to load regardless of hash match, but generates an integrity violation report for each mismatch.
These reports are logged in DevTools and reported to the site via the Reporting API.
Header: Integrity-Policy-WAICT-v1: manifest="/waict-manifest-report.json", blocked-destinations=(image script), mode=report, max-age=0
/waict-manifest-report.jsonLoading...
| Resource | Expected | Result |
|---|---|---|
| correct.js | Executed, no report | ... |
| incorrect.js | Executed, violation reported | ... |
| missing.js | Executed, violation reported | ... |
Captured via ReportingObserver.