Skip to content

Commit 467f40c

Browse files
author
Till Brehm
committed
Added "X-Content-Type-Options: nosniff" header.
1 parent dee5898 commit 467f40c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/lib/config.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
header("Pragma: no-cache");
3535
header("Cache-Control: no-store, no-cache, max-age=0, must-revalidate");
3636
header("Content-Type: text/html; charset=utf-8");
37+
header('X-Content-Type-Options: nosniff');
3738

3839
ini_set('register_globals', 0);
3940
}

0 commit comments

Comments
 (0)