Project

General

Profile

Actions

Bug #100466

closed

Use no-cookie setting for vimeo by default / Add "do not track"-parameter as default to Vimeo URLs for better GDPR compliance

Added by Ayke Halder about 1 year ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2023-04-05
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:

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&amp;…"></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

Related to:


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #89381: Add "do not track"-parameter to Vimeo URLs for better GDPR complianceClosed2019-10-09

Actions
Related to TYPO3 Core - Feature #84843: Embed youtube/vimeo videos only after consentClosed2018-04-23

Actions
Actions #1

Updated by Gerrit Code Review about 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

Actions #2

Updated by Ayke Halder about 1 year ago

  • Related to Feature #89381: Add "do not track"-parameter to Vimeo URLs for better GDPR compliance added
Actions #3

Updated by Ayke Halder about 1 year ago

  • Related to Feature #84843: Embed youtube/vimeo videos only after consent added
Actions #4

Updated by Gerrit Code Review about 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

Actions #5

Updated by Ayke Halder about 1 year ago

  • Description updated (diff)
Actions #6

Updated by Ayke Halder about 1 year ago

  • Description updated (diff)
Actions #7

Updated by Gerrit Code Review about 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

Actions #8

Updated by Gerrit Code Review about 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

Actions #9

Updated by Ayke Halder about 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF