diff --git a/interface/lib/config.inc.php b/interface/lib/config.inc.php index 907f372871ec71a8c1ad34716a5de8f5b28ac14e..3c534f3f2144ec3e1d2af0b45b77f0b33fbf9d74 100644 --- a/interface/lib/config.inc.php +++ b/interface/lib/config.inc.php @@ -34,6 +34,7 @@ if( !empty($_SERVER['DOCUMENT_ROOT']) ) { header("Pragma: no-cache"); header("Cache-Control: no-store, no-cache, max-age=0, must-revalidate"); header("Content-Type: text/html; charset=utf-8"); + header('X-Content-Type-Options: nosniff'); ini_set('register_globals', 0); }