]> git.joonet.de Git - adminer.git/commitdiff
Comment
authorJakub Vrana <jakub@vrana.cz>
Fri, 22 Oct 2010 12:25:56 +0000 (14:25 +0200)
committerJakub Vrana <jakub@vrana.cz>
Fri, 22 Oct 2010 12:25:56 +0000 (14:25 +0200)
adminer/include/adminer.inc.php

index e314b5936d47210d1f5e7e29aaf5ad027fbdcbe1..56c555389ca253a1081c22633112bf9a6a65b575 100644 (file)
@@ -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
        }