You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) ?
The text was updated successfully, but these errors were encountered:
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...
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) ?
The text was updated successfully, but these errors were encountered: