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

GDPR compliance #60

Open
pmaojo opened this issue May 25, 2018 · 9 comments
Open

GDPR compliance #60

pmaojo opened this issue May 25, 2018 · 9 comments

Comments

@pmaojo
Copy link

pmaojo commented May 25, 2018

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.

@damonbakker
Copy link

damonbakker commented Jun 1, 2018

I think there needs to be some form of modification.
The user should be able to disable all optional categories of cookies. Only necessary cookies shouldn't be able to be opted out of by the user as far as I'm aware.

@gabskoro
Copy link
Collaborator

gabskoro commented Jun 1, 2018

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.

@pmaojo
Copy link
Author

pmaojo commented Jun 3, 2018

Own cookies (session for example) are needed and should not be blocked only third party cookies are a problem for the law.

@scarroll32
Copy link
Contributor

Do you mean GDPR compliance?

@gabskoro
Copy link
Collaborator

@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?

@pmaojo pmaojo changed the title rgdp compliance RGPD compliance Jun 18, 2018
@pmaojo
Copy link
Author

pmaojo commented Jun 18, 2018

GDPR in English
RGPD in Spanish

@pmaojo pmaojo changed the title RGPD compliance GDPR compliance Jun 18, 2018
@pmaojo
Copy link
Author

pmaojo commented Jun 18, 2018

@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.

@hlascelles
Copy link

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.

@gabskoro
Copy link
Collaborator

gabskoro commented Oct 2, 2020

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?

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

No branches or pull requests

5 participants