Helps your Django project comply with the EU cookie regulations by displaying a cookie information banner until it is dismissed by the user
BSD 2-Clause "Simplified" License
140
stars
69
forks
source link
Add option to use "Secure" attribute on cookies #70
Closed
andreiavram closed 3 years ago
This addresses #68 where some (most?) browsers default to
SameSite: None
and don't like cookies without theSecure
attribute set