Actions
Bug #77873
closedMissing crossorigin property for JavaScript files (SRI)
Status:
Closed
Priority:
Must have
Assignee:
Category:
Frontend
Target version:
Start date:
2016-09-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
Using SRI to ensure the integrity of JavaScript resources works fine for local content. However, for JavaScript resources added e.g. via CDN a CORS request will be performed which will fail by default.
This can be fixed with the crossorigin="anonymous"
, thus this attribute must be supported when including JavaScript files.
Actions