-
Notifications
You must be signed in to change notification settings - Fork 70
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 settings behavior #10
Comments
Hi! We keep the notice visible if the user does not accept all the cookies on the site, just to "force" them a little to accept it :) If the user does not want to accept all categories, he/she has to live with non-disappearing cookie bar :) |
Make sense, thanks. I made a test on your nold.io website and it seems that even if I uncheck all cookies categories and save settings, all __utm cookies are written. Is it normal behavior? Thanks |
Its just a demo site, not properly configured i guess. You need to add all cookie names you want to delete and on the demo page, __utm is not in the config. |
It works fine for some cookies but not for all. Despite the add of |
Maybe those are created under a different domain? |
They are on same domain that the one set in config. Seems that some cookies are set after the gdprCookieNotice init so they are not deleted. It miss something to make the init only at the very end of page/other script. in some case you can’t add it manually at the end. |
I would be nice if this behavior was configurable and have the cookie bar disappear (and not reappear) once user has saved the settings, for those who don't want to constantly nag their visitors to accept all cookies 🙂. |
I am sorry to say this, but I believe this is an unethical behaviour. Why forcing anything in this subject? The world is loud from the topic of selling visitors as products to companies like FB and Google. Why is it a problem if the user doesn't want to share their data? This is a basic human right. Anyway, thank you for sharing this code, but please reconsider it's behaviour. And the cookie deletion also not working after changing your preferences. |
I could solve the cookie deletion manually:
set this BEFORE calling the gdprCookieNotice({...}) function! |
First thanks for sharing the script. I have a question regarding the global behavior. You show the notice if not all categories are enabled
Seems weird as gdprcookienotice is part of necessary cookies and in this case if user decline all other categories, notice should not be shown again. BTW you have add the ability to trigger the modal with custom button using
gdpr-cookie-notice-settings-button
class on any element.Thanks to clarify why we need to allow all categories to stop showing the notice
Greg
The text was updated successfully, but these errors were encountered: