-
Notifications
You must be signed in to change notification settings - Fork 88
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
GDPR compliance #60
Comments
I think there needs to be some form of modification. |
Not sure if we really should complicate with this, we should be honest, we need cookies, if they don't allow it, they should leave the page. |
Own cookies (session for example) are needed and should not be blocked only third party cookies are a problem for the law. |
Do you mean GDPR compliance? |
@seanfcarroll I think he just made a typo :) @pmaojo So, how did you imagine that? Having a "Not agree" button which will call a method in which you can do whatever you want? |
GDPR in English |
@gabskoro The button should be "Agree", but if the Agree cookie is not set, all cookies should be rejected. In Spain, in theory, third party cookies that store data that could identify user should be disabled until user allows them. |
Yes, looks like this is still a necessary change. We probably also need a configurable list of cookies, put into categories (mandatory, analytics etc...), that the user can opt into and out of. |
I think this gem should not be in charge of that. Maybe we could just render a "NO" button which will trigger a specific route and then you can block whatever you would like. What do you think? |
This gem is ok with the new law?
The cookies should be disabled for rails if user declines their use.
It would also be a good feature to be able to be more strict, not allowing cookies until the user clicks OK.
I'll see if I can help.
The text was updated successfully, but these errors were encountered: