diff --git a/interludes/settings.py b/interludes/settings.py
index b32f8715538a07c32b28d74f1ce580d189cb9578..47d866dff37859001e71ac5527f0a4e4641bc13f 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"