Skip to content

Commit

Permalink
Remove doubled X-XSS-Protection Header (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
marjatech authored Jan 13, 2025
1 parent 3019026 commit 2b9390e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/files/etc/nginx/includes/misp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ add_header X-Download-Options "noopen" always;
add_header X-Frame-Options "SAMEORIGIN" always;
add_header X-Permitted-Cross-Domain-Policies "none" always;
add_header X-Robots-Tag "none" always;
add_header X-XSS-Protection "1; mode=block" always;

# remove X-Powered-By and nginx version, which is an information leak
fastcgi_hide_header X-Powered-By;
Expand Down

0 comments on commit 2b9390e

Please sign in to comment.