From a31c36f0421de27cf6840d314ec8e33d9d13f637 Mon Sep 17 00:00:00 2001
From: Dorian Lesbre <dorian.lesbre@gmail.com>
Date: Mon, 22 Mar 2021 14:54:55 +0100
Subject: [PATCH] Update HTST duration

---
 interludes/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/interludes/settings.py b/interludes/settings.py
index b32f871..47d866d 100644
--- a/interludes/settings.py
+++ b/interludes/settings.py
@@ -69,7 +69,7 @@ else:
 	SESSION_COOKIE_SECURE = True
 
 	SECURE_HSTS_INCLUDE_SUBDOMAINS = True
-	SECURE_HSTS_SECONDS = 60
+	SECURE_HSTS_SECONDS = 3600
 	SECURE_HSTS_PRELOAD = True
 
 	SECURE_REFERRER_POLICY = "same-origin"
-- 
GitLab