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

Cookie consent banner improvements #46

Open
2 tasks
pi0 opened this issue Feb 16, 2021 · 3 comments
Open
2 tasks

Cookie consent banner improvements #46

pi0 opened this issue Feb 16, 2021 · 3 comments

Comments

@pi0
Copy link
Member

pi0 commented Feb 16, 2021

Some other ideas (to be implemented if we go by module approach):

  • Respcting do-not-track
  • Lazy loading banner component when does not needs to be displayed

I expect artifact of this issue (other than fixing in nuxt-movies) can be a nuxt module for implementing SSR-friendly cookie and probably an blog article to mention tips

@pi0 pi0 mentioned this issue Feb 16, 2021
3 tasks
@pi0
Copy link
Member Author

pi0 commented Feb 16, 2021

We can also SSR render banner but I'm not sure if it violates EU rules or not to keep consent cookie in cookies. cookiebot for instance is doing this so assume it is compliance. /cc @addyosmani

@addyosmani
Copy link
Member

Just to check, is the ask whether we can SSR render the banner if we need to check cookies in order to tell whether the banner needs to be hidden or not?

@pi0
Copy link
Member Author

pi0 commented Feb 25, 2021

Yes. We can make use of a cookie know consent status universally. Just wanted to ensure this is okay :)

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

No branches or pull requests

3 participants