From 9ac60280c1e88aa04cf54a1c3ff07f2b7bde2051 Mon Sep 17 00:00:00 2001 From: rm76 Date: Wed, 26 Feb 2025 11:15:06 +0100 Subject: [PATCH] stsSeconds I've added a zero to the number of seconds. Was 3153600 seconds = 36.5 days. Now is 31536000 seconds = 365 days. --- Traefikv3/config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Traefikv3/config/config.yaml b/Traefikv3/config/config.yaml index 9648f5c..8a3702d 100644 --- a/Traefikv3/config/config.yaml +++ b/Traefikv3/config/config.yaml @@ -9,7 +9,7 @@ http: referrerPolicy: "strict-origin-when-cross-origin" stsIncludeSubdomains: true # Add includeSubdomains to the Strict-Transport-Security header stsPreload: true # Add preload flag appended to the Strict-Transport-Security header - stsSeconds: 3153600 # Set the max-age of the Strict-Transport-Security header (63072000 = 2 years) + stsSeconds: 31536000 # Set the max-age of the Strict-Transport-Security header (63072000 = 2 years) contentSecurityPolicy: "default-src 'self'" customRequestHeaders: X-Forwarded-Proto: https