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);