Actions
Feature #89381
closedAdd "do not track"-parameter to Vimeo URLs for better GDPR compliance
Start date:
2019-10-09
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
GDPR Vimeo video embed
Complexity:
no-brainer
Sprint Focus:
Description
Vimeo allows to omit cookies by adding a GET parameter ?dnt=1 to the video url.
Example:
https://player.vimeo.com/video/123456?dnt=1
I suggest setting this as a default, as was done with Youtube-nocookie in 9.3 (https://forge.typo3.org/issues/84843).
The Option may simply be added as urlParam in TYPO3\CMS\Core\Resource\Rendering\VimeoRenderer->createVimeoUrl
Actions