Initial Fetch integration for Subresource Integrity
This adds support to the fetch() API for the integrity attribute, both the setting of the attribute and the actual SRI enforcement. For the regular integrity attribute on elements, this leaves in place the checking of SRI in the Script element and Style element execution, rather than integrating it more fully into the Resource Loader because of technical complications. This may be worth doing in the future, but will require some significant redesign of how Resource objects are returned from the Memory Cache in ResourceFetcher::requestScript. BUG=502361 Review URL: https://codereview.chromium.org/1279163005 git-svn-id: svn://svn.chromium.org/blink/trunk@200995 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment