-
Notifications
You must be signed in to change notification settings - Fork 245
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
Cookies Banner (fixes #3859) #3909
Conversation
Looking good. I did a quick test and noticed a few things:
|
I have worked on all those things. Are they ok? |
Looking great, but noticed a couple of things
I'll try to look into this more soon, and you can get an 'extension' for your browser (I got 'Cookie Manager' for Chrome) to delete and view cookies while visiting localhost:300 to see the google cookies ('_ga' and '_gid', I think) to figure out how not to set them unless allowed by user. |
Ok. I will work on fixing that. |
I get a few cucumber errors(below) due to the new cookie dialog. They say something about "Cuprite detected another element." Do you think they can be fixed? Also, I sent a few possible improvements on Slack you can look at if you want. Thanks!
|
I will work on it. |
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.
We sometime get cucumber test errors that mention the new cookie dialog ("Firing a click at coordinates [xxx] failed. Cuprite detected another element with CSS selector ...") but we can try to fix that later.
* implemented cookies banner * change cookies-banner-modal class * change cookies-banner-modal class * edit step_definitions/event_steps.rb * edit step_definitions/event_steps.rb * edit cookie-banner width * edit cookie-banner width * edit cookie-banner width * edit cookie-banner width * change target(click) back to.click * x button to hide consent banner if user chooses neither cookie option * activate google analytics only when user accepts cookies * activate google analytics only when user accepts cookies * activate google analytics only when user accepts cookies * x button to hide consent banner if user chooses neither cookie option * x button to hide consent banner if user chooses neither cookie option * x button to hide consent banner if user chooses neither cookie option * x button to hide consent banner if user chooses neither cookie option --------- Co-authored-by: mac <[email protected]> Co-authored-by: Matt Lindsey <[email protected]>
This PR adds a cookie banner
fixes #3859