Mark CSRF cookies as secure

This commit is contained in:
Alexandre Iooss 2022-01-30 19:51:58 +01:00
parent 648cae81d5
commit 13f5111d7a

View file

@ -43,6 +43,7 @@ ADMINS = [
# Use secure cookies in production
SESSION_COOKIE_SECURE = not DEBUG
CSRF_COOKIE_SECURE = not DEBUG
# Application definition