Skip to content

Commit

Permalink
Don't send X-Frame-Options: DENY as this was obsoleted by our updated…
Browse files Browse the repository at this point in the history
… CSP headers
  • Loading branch information
pascalchevrel committed Feb 1, 2024
1 parent 871333d commit bcc331f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/inc/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

// Send HTTP security headers
header('X-Content-Type-Options: nosniff');
header('X-Frame-Options: DENY');

// Allow http ressources when ran locally
if (! LOCALHOST) {
Expand Down

0 comments on commit bcc331f

Please sign in to comment.