-
Notifications
You must be signed in to change notification settings - Fork 0
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
137-consent-prompt-for-video-embed-block #138
Conversation
Deploying head-start with Cloudflare Pages
|
I could pretty easily copy all the code from the nododos project, because it's pretty generic. |
Readme already contained an item about the consent alert |
👏👏. We should do the same for the Embed Block, but probably in a new PR :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we store the user's choice in local storage and not in a cookie? If we would do server side rendering we could render/not render the cookie preferences. I understand that that doesnt make sense for the video embed, but for cookie cookie preferences in general I would like a solution that saves the preferences in a cookie
See #157 |
Changes
Associated issue
Resolves #137
How to test
Checklist
I have added a decision log entry if the change affects the architecture or changes a significant technology