Page MenuHomeDevCentral

Subresource Integrity
ClosedPublic

Authored by dereckson on Jul 2 2016, 15:29.
Referenced Files
F3632764: D451.diff
Mon, Oct 7, 03:21
Unknown Object (File)
Fri, Oct 4, 00:28
Unknown Object (File)
Sun, Sep 29, 13:24
Unknown Object (File)
Sun, Sep 29, 08:34
Unknown Object (File)
Tue, Sep 17, 16:56
Unknown Object (File)
Tue, Sep 17, 01:51
Unknown Object (File)
Sep 2 2024, 18:43
Unknown Object (File)
Sep 2 2024, 18:42
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.