Security/Subresource Integrity: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎Documentation: link to MDN page)
(→‎Description: note that it landed in 43)
Line 1: Line 1:
== Description ==
== Description ==


Subresource Integrity is a mechanism by which user agents may verify that a fetched resource has been delivered without unexpected manipulation.
Subresource Integrity is a mechanism by which user agents may verify that a fetched resource has been delivered without unexpected manipulation. It [https://bugzilla.mozilla.org/show_bug.cgi?id=1205448 landed] in Firefox 43.


== Engineering ==
== Engineering ==

Revision as of 20:55, 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. It landed in Firefox 43.

Engineering

QA

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

NSPR_LOG_MODULES="SRI:5,SRIMetadata:5"

Evangelism

Documentation