From bdb254f8e7d807a2205a217ac5be4b39ccaa77fe Mon Sep 17 00:00:00 2001 From: mat ess Date: Sat, 13 Aug 2022 22:15:01 -0400 Subject: [PATCH] Bump HSTS TTL --- static/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/Caddyfile b/static/Caddyfile index 19d933a..6fe326b 100644 --- a/static/Caddyfile +++ b/static/Caddyfile @@ -25,7 +25,7 @@ http://static-mat-services.fly.dev/ { Permissions-Policy interest-cohort=() # enable HSTS # currently ramping up max-age as per https://hstspreload.org/ - Strict-Transport-Security max-age=300; includeSubDomains + Strict-Transport-Security max-age=604800; includeSubDomains # disable clients from sniffing the media type X-Content-Type-Options nosniff # clickjacking protection