Change description:
CSP3 allows hash expressions to match external scripts, by relying on SRI as underlying infrastructure. That is, given `Content-Security-Policy: script-src 'sha256-abc123' 'sha512-321cba'`, `<script integrity="sha256-abc123" ...></script>` will be allowed.
Links:
Public standards discussion: https://w3c.github.io/webappsec-csp/#external-hash
Support in other browsers:
Internet Explorer: No comment.
Firefox: None (though supportive on https://github.com/w3c/webappsec-csp/issues/78)
Safari: No comment.
Comment 1 by bugdroid1@chromium.org
, Apr 7 2017