set header X-Content-Type-Options (still commented out)

This commit is contained in:
Uwe Steinmann 2020-02-18 09:46:32 +01:00
parent 7ed771dba8
commit e2ac404760

View File

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