From eb02ede5851656b02e9e8a98bbb92620663febbb Mon Sep 17 00:00:00 2001 From: davidpoltorak-io <109518299+davidpoltorak-io@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:26:04 +0100 Subject: [PATCH] fix: correct typo on sts header (dmax -> max) (#726) Signed-off-by: David Poltorak --- infrastructure/charts/agent/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/charts/agent/templates/_helpers.tpl b/infrastructure/charts/agent/templates/_helpers.tpl index 6f2c7c7676..265ed21a67 100644 --- a/infrastructure/charts/agent/templates/_helpers.tpl +++ b/infrastructure/charts/agent/templates/_helpers.tpl @@ -32,7 +32,7 @@ app.kubernetes.io/part-of: prism-agent X-Content-Type-Options: "nosniff" X-Frame-Options: "deny" Content-Security-Policy: "default-src 'self' data:; script-src 'self'; connect-src 'self'; img-src 'self' data:; style-src 'self'; frame-ancestors 'self'; form-action 'self';" - Strict-Transport-Security: "dmax-age=31536000; includeSubDomains" + Strict-Transport-Security: "max-age=31536000; includeSubDomains" Referrer-Policy: "same-origin" Cache-Control: "no-cache, no-store" remove: ["Server"]