sst/tinkeing #2

Merged
mhu merged 3 commits from sst/tinkeing into master 2024-04-25 20:37:15 +02:00
6 changed files with 18 additions and 2 deletions
Showing only changes of commit 7a1bf054f5 - Show all commits

View File

@@ -230,6 +230,6 @@ CRISPY_TEMPLATE_PACK = "bootstrap5"
SESSION_COOKIE_SECURE = True
CSRF_COOKIE_SECURE = True
SECURE_SSL_REDIRECT = True
SECURE_SSL_REDIRECT = False
SECURE_HSTS_SECONDS = get_env_value('DJANGO_SECURE_HSTS_SECONDS', default=120)