Skip to content

Commit

Permalink
remove doubled X-XSS-Protection Header
Browse files Browse the repository at this point in the history
since it gets already set by MISP itself
  • Loading branch information
marjatech committed Jan 9, 2025
1 parent 654ac74 commit 3a219de
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 3a219de

Please sign in to comment.