removed deprecated/old x-xss-protection http-header
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -142,8 +142,6 @@ class UI
|
|||||||
header("X-Content-Security-Policy: " . $csp_content);
|
header("X-Content-Security-Policy: " . $csp_content);
|
||||||
header("X-WebKit-CSP: " . $csp_content);
|
header("X-WebKit-CSP: " . $csp_content);
|
||||||
|
|
||||||
header("X-XSS-Protection: 1; mode=block");
|
|
||||||
|
|
||||||
// Don't allow to load Froxlor in an iframe to prevent i.e. clickjacking
|
// Don't allow to load Froxlor in an iframe to prevent i.e. clickjacking
|
||||||
header("X-Frame-Options: DENY");
|
header("X-Frame-Options: DENY");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user