Page MenuHomeDevCentral

Subresource Integrity
ClosedPublic

Authored by dereckson on Jul 2 2016, 15:29.
Referenced Files
Unknown Object (File)
Fri, Jan 17, 04:48
Unknown Object (File)
Mon, Jan 13, 03:38
Unknown Object (File)
Sun, Jan 12, 04:17
Unknown Object (File)
Thu, Jan 9, 15:54
Unknown Object (File)
Thu, Jan 2, 00:51
Unknown Object (File)
Thu, Dec 26, 19:18
Unknown Object (File)
Sun, Dec 22, 15:29
Unknown Object (File)
Sat, Dec 21, 14:55
Subscribers
None

Details

Summary

SRI is a new specification allowing to associate a hash to a resource file.

This allows to trust external CDNs to serve the exact file we computed the hash.
If not, for example because of a MITM attack, browser will block the resource.

Side edit: ' → " as HTML attributes delimiters.

Test Plan

Visit pages and check each resources are correcty loaded.

Diff Detail

Repository
rGROVE Auth Grove
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Subresource Integrity.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson updated this object.
dereckson updated this object.
dereckson added a project: security.
dereckson added a reviewer: dereckson.

Hashes generated through https://www.srihash.org/ managed by Mozilla, and tested under Chrome 51.

This revision is now accepted and ready to land.Jul 2 2016, 15:33
This revision was automatically updated to reflect the committed changes.