coopdigital / coop-frontend

Co-op CSS Foundations and design system mono-repo
MIT License
0 stars 0 forks source link

fix: undo nocookie youtube url change #531

Closed rennard closed 3 months ago

rennard commented 3 months ago

Reverting change - change youtube-nocookie.com -> youtube.com. This is due to compliance issues around how the iframe sets cookies. We had thought -nocookie.com stopped any cookies being set but it in fact just stops them being set until the iframe is clicked on, this still isn't compliant so we're going to fix this using JS on load and keeps the iframe URLs as-is.

theodorekouzelis commented 3 months ago

The PR looks good