Actions
Feature #66698
closedAdd integrity property to JavaScript files
Start date:
2015-05-01
Due date:
% Done:
100%
Estimated time:
PHP Version:
5.6
Tags:
Complexity:
Sprint Focus:
Description
Add support for SRI as described here: http://www.w3.org/TR/SRI/ and here: https://blog.cloudflare.com/an-introduction-to-javascript-based-ddos/
Files
Updated by Xavier Perseguers over 9 years ago
- File invalid.png invalid.png added
Tested on Chromium with invalid hash:
page.includeJS { 10 = fileadmin/jquery-1.10.2.min.js 10.disableCompression = 1 10.excludeFromConcatenation = 1 # valid: #10.integrity = sha256-C6CB9UYIS9UJeqinPHWTHVqh/E1uhG5Twh+Y5qFQmYg= # invalid: 10.integrity = sha256-XXXXXXXXS9UJeqinPHWTHVqh/E1uhG5Twh+Y5qFQmYg= }
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39132
Updated by Xavier Perseguers over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a507909376c740dc337b45afa59dfb374125cc95.
Actions