mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 20:51:30 +00:00
set header X-Content-Type-Options (still commented out)
This commit is contained in:
parent
7ed771dba8
commit
e2ac404760
|
@ -62,6 +62,7 @@ class SeedDMS_Bootstrap_Style extends SeedDMS_View_Common {
|
||||||
header($csp . ": " . $csp_rules);
|
header($csp . ": " . $csp_rules);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// header('X-Content-Type-Options: nosniff');
|
||||||
if($httpheader) {
|
if($httpheader) {
|
||||||
foreach($httpheader as $name=>$value) {
|
foreach($httpheader as $name=>$value) {
|
||||||
header($name . ": " . $value);
|
header($name . ": " . $value);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user