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

More privacy concerning youtube links and fixing link check warnings for youtube playlist links #6494

Merged
merged 4 commits into from
Nov 20, 2024

Conversation

ksuess
Copy link
Member

@ksuess ksuess commented Nov 20, 2024

Fixes #4203

To minimize the use of cookies and protect user privacy, leverage the "no-cookie" domain provided by YouTube. Instead of using the standard www.youtube.com domain, utilize www.youtube-nocookie.com in the embed URL. This prevents YouTube from setting cookies on the user's device.

Add the privacy_mode=1 parameter to the embed URL. This parameter further enhances privacy by ensuring YouTube doesn't store user information or track their activity while watching the embedded video.

https://usercode.de/blog/how-to-embed-youtube-videos-with-maximum-privacy-gdpr-compliant


📚 Documentation preview 📚: https://volto--6494.org.readthedocs.build/

Copy link

netlify bot commented Nov 20, 2024

Deploy Preview for plone-components canceled.

Name Link
🔨 Latest commit ce50276
🔍 Latest deploy log https://app.netlify.com/sites/plone-components/deploys/673da408ced7d90008a2979b

Fix towncrier file extension
Copy link
Collaborator

@stevepiercy stevepiercy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Also thanks for finding that do not track parameter!

@stevepiercy
Copy link
Collaborator

All green. Thank you so much @ksuess!

@stevepiercy stevepiercy merged commit 7613635 into main Nov 20, 2024
69 checks passed
@stevepiercy stevepiercy deleted the privacy-youtube- branch November 20, 2024 09:11
sneridagh added a commit that referenced this pull request Nov 21, 2024
* main:
  Release 18.1.1
  Release @plone/providers 1.0.0-alpha.6
  Release @plone/components 2.2.0
  [components] Update RAC to 1.5.0, fix Disclosure import (#6498)
  Update instructions to install pipx in `RELEASING.md` (#6496)
  Refactor documentation includes to align with main documentation pattern (#6495)
  More privacy concerning youtube links and fixing link check warnings for youtube playlist links (#6494)
  fix: BodyClass depending on sections (#6487)
  Do not break toolbar if layout id is not registerd in layoutViewsNamesMapping (#6485)
  Add support for sphinxcontrib-youtube and alt tags for videos (#6486)
  Remove conflicting searchtools.js file for documentation (#6482)
  Release 18.1.0
  Release @plone/slate 18.0.1
  Add missing style Helmet serialization in the HTML component to make it work in SSR too (#6480)
  fix locales
  Dutch Translations update.  (#6476)
  Docs 6472 tidy (#6475)
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

Successfully merging this pull request may close these issues.

YouTube videos redirect during linkcheck
2 participants