From 6f32625a012d5de2dfe8edbccb4ed14a85e310d4 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Tue, 5 Sep 2023 13:42:16 -0500 Subject: [PATCH] System: Security: Add header rule to avoid MIME-sniffing --- .htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.htaccess b/.htaccess index c10440a8a5..d5078bab60 100755 --- a/.htaccess +++ b/.htaccess @@ -113,3 +113,7 @@ AddType application/font-woff .woff .woff2 # # Header always set Content-Security-Policy "upgrade-insecure-requests;" # + + + Header always set X-Content-Type-Options nosniff +