bump HSTS to reccommended settings (#2528)

This commit is contained in:
Ee Durbin 2022-04-15 06:58:36 -04:00 committed by GitHub
parent e637415047
commit 9514bd9c7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ resource "fastly_service_vcl" "peps" {
action = "set"
destination = "http.Strict-Transport-Security"
ignore_if_set = false
source = "\"max-age=300\""
source = "\"max-age=31536000; includeSubDomains; preload\""
}
request_setting {