1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 17:14:07 +02:00

Adminer 3.3.0 compatibility (bug #3383184)

This commit is contained in:
Jakub Vrana
2011-08-03 16:03:42 +02:00
parent c99c11648d
commit ad45a666cc

View File

@@ -21,7 +21,7 @@ class AdminerFrames {
header("X-Frame-Options: SameOrigin");
}
header("X-XSS-Protection: 0");
return true;
return false;
}
}