stsSeconds

I've added a zero to the number of seconds.
Was 3153600 seconds = 36.5 days. Now is 31536000 seconds = 365 days.
This commit is contained in:
rm76 2025-02-26 11:15:06 +01:00 committed by GitHub
parent 9d973c4823
commit 9ac60280c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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