Actions
Task #77998
closedAlways use https to embed Videos
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2016-09-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The embed-code for YouTube-videos uses the protocol-relative path: //www.youtube.com:
https://github.com/TYPO3/TYPO3.CMS/blob/792d5a/typo3/sysext/core/Classes/Resource/Rendering/YouTubeRenderer.php#L123
https://github.com/TYPO3/TYPO3.CMS/blob/792d5a/typo3/sysext/core/Classes/Resource/Rendering/VimeoRenderer.php#L118
It would make sense to always embed using https:
http://www.paulirish.com/2010/the-protocol-relative-url/
Actions