Skip to content

Commit

Permalink
bump HSTS to reccommended settings (#2528)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin authored Apr 15, 2022
1 parent e637415 commit 9514bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9514bd9

Please sign in to comment.