From 9514bd9c7de1891671a86e65d1073611e0bd2a5f Mon Sep 17 00:00:00 2001 From: Ee Durbin Date: Fri, 15 Apr 2022 06:58:36 -0400 Subject: [PATCH] bump HSTS to reccommended settings (#2528) --- infra/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/main.tf b/infra/main.tf index f1afdc802..faf53b404 100644 --- a/infra/main.tf +++ b/infra/main.tf @@ -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 {