Skip to content

Commit 328a8a9

Browse files
committed
Adjustment to value, should just be nosniff
1 parent 0daf6c3 commit 328a8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/headers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
header("X-Frame-Options: SAMEORIGIN"); // Only frames of same origin
1717
header("X-XSS-Protection: 1; mode=block"); // Turn on IE8-9 XSS prevention tools
1818
// 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
19+
header("X-Content-Type-Options: nosniff"); // Prevent MIME based attacks
2020
?>

0 commit comments

Comments
 (0)