mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 03:24:01 +02:00
Uses own XSS protection
This commit is contained in:
@@ -28,6 +28,7 @@ class Adminer {
|
||||
|
||||
function headers() {
|
||||
header("X-Frame-Options: deny");
|
||||
header("X-XSS-Protection: 0");
|
||||
}
|
||||
|
||||
function loginForm() {
|
||||
|
Reference in New Issue
Block a user