We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0daf6c3 commit 328a8a9Copy full SHA for 328a8a9
lib/headers.php
@@ -16,5 +16,5 @@
16
header("X-Frame-Options: SAMEORIGIN"); // Only frames of same origin
17
header("X-XSS-Protection: 1; mode=block"); // Turn on IE8-9 XSS prevention tools
18
// header("X-Content-Security-Policy: allow 'self'"); // Only allows JS on same domain & not inline to run
19
-header("X-Content-Type-Options: 1; nosniff"); // Prevent MIME based attacks
+header("X-Content-Type-Options: nosniff"); // Prevent MIME based attacks
20
?>
0 commit comments