Task #77998
closedAlways use https to embed Videos
100%
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/
Updated by Georg Ringer about 8 years ago
- Tracker changed from Feature to Task
- TYPO3 Version set to 8
Updated by Gerrit Code Review about 8 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 https://review.typo3.org/49975
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49975
Updated by Gerrit Code Review about 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49975
Updated by Gerrit Code Review about 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50009
Updated by Georg Ringer about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 852a4caf6c975b639931017ff9b25dc24d5af135.