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:
parent
9d973c4823
commit
9ac60280c1
|
@ -9,7 +9,7 @@ http:
|
||||||
referrerPolicy: "strict-origin-when-cross-origin"
|
referrerPolicy: "strict-origin-when-cross-origin"
|
||||||
stsIncludeSubdomains: true # Add includeSubdomains to the Strict-Transport-Security header
|
stsIncludeSubdomains: true # Add includeSubdomains to the Strict-Transport-Security header
|
||||||
stsPreload: true # Add preload flag appended 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'"
|
contentSecurityPolicy: "default-src 'self'"
|
||||||
customRequestHeaders:
|
customRequestHeaders:
|
||||||
X-Forwarded-Proto: https
|
X-Forwarded-Proto: https
|
||||||
|
|
Loading…
Reference in New Issue