From 0455a54293b7637f3141e39311ee2e140cbc1942 Mon Sep 17 00:00:00 2001 From: Sherakama Date: Tue, 5 Mar 2024 10:04:54 -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 07979dba..e5c33163 100644 --- a/netlify.toml +++ b/netlify.toml @@ -40,7 +40,7 @@ Content-Security-Policy = "default-src https: 'unsafe-inline' 'unsafe-eval'; form-action https:; img-src https: data:; frame-ancestors https://app.storyblok.com" X-Content-Type-Options = "nosniff" Referrer-Policy = "strict-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=()" [[redirects]]