From e2ac4047608824efe5962ab30896cbd50d528c3d Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 18 Feb 2020 09:46:32 +0100 Subject: [PATCH] set header X-Content-Type-Options (still commented out) --- views/bootstrap/class.Bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index cf8b5e986..4e0a8cb3b 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -62,6 +62,7 @@ class SeedDMS_Bootstrap_Style extends SeedDMS_View_Common { header($csp . ": " . $csp_rules); } } +// header('X-Content-Type-Options: nosniff'); if($httpheader) { foreach($httpheader as $name=>$value) { header($name . ": " . $value);