From 54ef60302b590d68d965bb49000b1f810dfd7360 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 25 Dec 2023 16:50:33 -0800 Subject: [PATCH] chore: tweak headers --- netlify.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 37b15fb1..acae627f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -55,7 +55,6 @@ for = "/contribute.json" for = "/*" [headers.values] Content-Security-Policy = "upgrade-insecure-requests; block-all-mixed-content;" - X-Content-Type-Options = "nosniff" X-Frame-Options = "DENY" X-XSS-Protection = "1; mode=block" Referrer-Policy = "strict-origin-when-cross-origin"