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 #54

Open
kwisatz opened this issue Aug 27, 2019 · 2 comments
Open

GDPR compliance #54

kwisatz opened this issue Aug 27, 2019 · 2 comments

Comments

@kwisatz
Copy link

kwisatz commented Aug 27, 2019

Banners that can only be dismissed aren't compliant with GDPR. Are there any plans to augment this plug-in to make it compliant and ask for consent (opt-in) ?

@piotrkilczuk
Copy link
Member

Hi @kwisatz,

Thanks for making me aware of that. I have updated the readme to let potential users know.

I've had a quick look at PECR/GDPR and looks like this would require quite a bit of work (but it's an interesting challenge). As far as I know, Django will not bother with obtaining a user's consent before it sends a Set-Cookie header - so I'm curious how we could make that 'conditional'. Probably by using a custom middleware that inherits from the default ones.

I didn't have any immediate plans to add more functionality to this project, but who knows...

(I am more than happy to accept PRs of course)

@9mido
Copy link

9mido commented Jan 20, 2021

Look at https://github.com/bmihelac/django-cookie-consent

This is fully GDPR compliant. It is a free replacement for a paid cookie consent product.

Would appreciate others to contribute to this project as well.

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

3 participants