Bug #100466
closedUse no-cookie setting for vimeo by default / Add "do not track"-parameter as default to Vimeo URLs for better GDPR compliance
100%
Description
For Vimeo the "do not track"-parameter is still not really added by default.
Reproduce via:
<f:media
file="{vimeoMediaFile}"
/>
<iframe src="https://player.vimeo.com/video/7331?…"></iframe>
It only works when you explicitly set no-cookie
:
<f:media
file="{vimeoMediaFile}"
additionalConfig="{no-cookie: 1}"
/>
<iframe src="https://player.vimeo.com/video/7331?dnt=1&…"></iframe>
By contrast for YouTube it is always the default:
<f:media
file="{youtubeMediaFile}"
/>
<iframe src="https://www.youtube-nocookie.com/embed/7331?…"></iframe>
<f:media
file="{youtubeMediaFile}"
additionalConfig="{no-cookie: 1}"
/>
<iframe src="https://www.youtube-nocookie.com/embed/7331?…"></iframe>
<f:media
file="{youtubeMediaFile}"
additionalConfig="{no-cookie: 0}"
/>
<iframe src="https://www.youtube.com/embed/7331?…"></iframe>
First implemented in https://forge.typo3.org/issues/89381 with
- TYPO3 10: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61948
- TYPO3 9.5 - BP: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63746
Related to:
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78478
Updated by Ayke Halder over 1 year ago
- Related to Feature #89381: Add "do not track"-parameter to Vimeo URLs for better GDPR compliance added
Updated by Ayke Halder over 1 year ago
- Related to Feature #84843: Embed youtube/vimeo videos only after consent added
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78478
Updated by Gerrit Code Review over 1 year ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78478
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78572
Updated by Ayke Halder over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 39a44bfc32f8f239a8d58fea5f3335b4d85cac9b.