Security/Subresource Integrity: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(add basic info)
 
(→‎Documentation: link to MDN page)
Line 20: Line 20:


* [http://www.w3.org/TR/SRI/ Specification]
* [http://www.w3.org/TR/SRI/ Specification]
* [https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity MDN]

Revision as of 20:54, 18 September 2015

Description

Subresource Integrity is a mechanism by which user agents may verify that a fetched resource has been delivered without unexpected manipulation.

Engineering

QA

To turn on debugging output, export the following environment variable:

NSPR_LOG_MODULES="SRI:5,SRIMetadata:5"

Evangelism

Documentation