Skip to content

Commit

Permalink
removed deprecated/old x-xss-protection http-header
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann <[email protected]>
  • Loading branch information
d00p committed Oct 25, 2023
1 parent 6ee990a commit 77bcd10
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Froxlor/UI/Panel/UI.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ public static function sendHeaders()
header("X-Content-Security-Policy: " . $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
header("X-Frame-Options: DENY");

Expand Down

0 comments on commit 77bcd10

Please sign in to comment.