Video URL Player Data Protection Safe? (GDPR, DSGVO)
-
Hi,
I have seen that the YouTube player is not currently data protection-safe. So, according to the GDPR, if you integrate the YouTube player, you should rather use the extended data protection player.Could you please use the data protection compliant player or add the option in the settings that you can activate data protection?
YouTube player without data protection:
<iframe width="560" height="315" src="https://www.youtube.com/embed/<ID>" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Activate YouTube Player with Advanced Privacy Mode:
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/<ID>" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
With data protection mode activated, data is only collected when you click on Play.
That also works with Vimeo.
Without data protection:
<iframe src="https://player.vimeo.com/video/<ID>" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
With data protection:
<iframe src="https://player.vimeo.com/video/<ID>?dnt=1" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
It would be really great if you make the player more data protection secure. Only a small change is necessary and everyone is then on the safe side.
That would be awesome.Greedings
- The topic ‘Video URL Player Data Protection Safe? (GDPR, DSGVO)’ is closed to new replies.