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

Cookies are not deleted when consent is initially granted and then revoked #11

Open
illtellyoulater opened this issue Jul 10, 2018 · 6 comments
Labels
help wanted Extra attention is needed

Comments

@illtellyoulater
Copy link

Hi Diego,
I've observed that if I give consent to cookies and then I revoke the consent, the cookies will not be deleted. This has been confirmed by other people using the plugin at our business.
Another developer also told me that he tried to contact you personally and that you said that you are already aware of this problem, and that you were working on it.
But, 1 month has already passed without any changes to the code, and I'd like to know if you think you will have time to make the required changes anytime soon, because if not we will have to switch to another plugin.
Not trying to push you, just I'd like to know so I can make the correct choice.
Thanks a lot!

@HartLarsson
Copy link

the problem is confirmed.

With all enabled :
image

after disabling SmartSupp the ssupp.* and SL_C_* cookie are present anyway.

@diegolamonica
Copy link
Owner

Hi @HartLarsson this is due on how the cookies works, Javascript has no access to the ones generated from other domains or http-only cookies.

@diegolamonica
Copy link
Owner

However, just to reply to you worries, soon will come new updates.

@illtellyoulater
Copy link
Author

Thanks @diegolamonica, really looking forward to that! 👍

@diegolamonica
Copy link
Owner

If someone has a JavaScript solution to remove cookies generated outside the domain is using this library is wellcome! :-)

@HartLarsson
Copy link

HartLarsson commented Jul 24, 2018

cookiebot in some way deletes remotew cookie.
For me is a mistery because for what i know is impossible from javascript.
Maybe you can find out a function to do a work-around :)

there is an interesting function here too: https://stackoverflow.com/a/2421786/3875123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants