You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The current video plugin embeds videos from the main youtube.com domain which is setting several cookies. Youtube provides a second domain youtube-nocookie.com that does not set cookies. Using that second domain would improve our user's privacy.
Describe the solution you'd like
The djangocms_video plugin should support the nocookie domain.
Is your feature request related to a problem? Please describe.
The current video plugin embeds videos from the main youtube.com domain which is setting several cookies. Youtube provides a second domain youtube-nocookie.com that does not set cookies. Using that second domain would improve our user's privacy.
Describe the solution you'd like
The djangocms_video plugin should support the nocookie domain.
Additional context
I created a PR to implement this feature at django-cms/djangocms-video#56
The text was updated successfully, but these errors were encountered: