From 7cf21bda857a364d8f085f5c012aaae8ea2a5011 Mon Sep 17 00:00:00 2001 From: Sherakama Date: Tue, 5 Mar 2024 10:08:50 -0800 Subject: [PATCH] HSTS set max-age to 31536000 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 6e67e2374..91b31cdf4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -20,5 +20,5 @@ Content-Security-Policy = "form-action https:" X-Content-Type-Options = "nosniff" Referrer-Policy = "origin-when-cross-origin" - Strict-Transport-Security = "max-age=2592000" + Strict-Transport-Security = "max-age=31536000" Permissions-Policy = "vibrate=(), geolocation=(), midi=(), notifications=(), push=(), microphone=(), camera=(), magnetometer=(), gyroscope=(), speaker=()"