mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +02:00
Comment
This commit is contained in:
@@ -36,7 +36,7 @@ class Adminer {
|
||||
* @return null
|
||||
*/
|
||||
function headers() {
|
||||
header("X-Frame-Options: deny"); // ClickJacking protection in IE8, Safari 4, Chrome 2, Firefox NoScript plugin
|
||||
header("X-Frame-Options: deny"); // ClickJacking protection in IE8, Safari 4, Chrome 2, Firefox 3.6.9
|
||||
header("X-XSS-Protection: 0"); // prevents introducing XSS in IE8 by removing safe parts of the page
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user