← back to v141 · signature-based-integrity
conformance · v141
v141 · signature-based-integrity — conformance probe
6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
6
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
integrity-attribute-on-script |
HTMLScriptElement.integrity is reflected; signature-based SRI extends the integrity attribute's grammar to accept ed25519-... values. | script | … | |
integrity-attribute-on-link |
HTMLLinkElement.integrity is reflected; signature-based SRI applies to stylesheets and modules loaded via <link>. | script | … | |
subtlecrypto-ed25519 |
crypto.subtle.verify exists; ed25519 verification is the algorithm signature-based SRI specifies. | script | … | |
request-integrity-init |
Request supports the integrity init member; signature-based integrity also flows through fetch(). | script | … | |
securitypolicyviolation-for-sri |
SecurityPolicyViolationEvent is exposed; failed signature verification reports through the same event channel as CSP/SRI violations. | exists | … | |
secure-context-required |
isSecureContext is exposed; signature-based SRI applies in secure contexts. | script | … |