Merge 9ac60280c1
into b295a6e4cc
This commit is contained in:
commit
15bd273d40
|
@ -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