Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support YouTube's no-cookies domain #22

Open
GermanKiwi opened this issue Sep 3, 2022 · 0 comments
Open

Support YouTube's no-cookies domain #22

GermanKiwi opened this issue Sep 3, 2022 · 0 comments

Comments

@GermanKiwi
Copy link

When generating an embed code for a video on the YouTube website, there is a checkbox called "Enable privacy-enhanced mode".

As explained here, "The Privacy Enhanced Mode ... prevents the use of views of embedded YouTube content from influencing the viewer’s browsing experience on YouTube."

It results in the URL within the embed code changing from https://www.youtube.com/embed/xxxxxx to https://www.youtube-nocookie.com/embed/xxxxxx which means no cookies are downloaded onto the viewer's computer. This is also beneficial for jurisdictions where cookies are not allowed without prior consent, such as in the European Union.

Please consider adding a new setting to the plugin settings, which makes the plugin use https://www.youtube-nocookie.com for all of the iframes it generates on the front-end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant