Skip to content

Commit 2b9390e

Browse files
authored
Remove doubled X-XSS-Protection Header (#204)
1 parent 3019026 commit 2b9390e

File tree

1 file changed

+0
-1
lines changed
  • core/files/etc/nginx/includes

1 file changed

+0
-1
lines changed

core/files/etc/nginx/includes/misp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ add_header X-Download-Options "noopen" always;
1111
add_header X-Frame-Options "SAMEORIGIN" always;
1212
add_header X-Permitted-Cross-Domain-Policies "none" always;
1313
add_header X-Robots-Tag "none" always;
14-
add_header X-XSS-Protection "1; mode=block" always;
1514

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

0 commit comments

Comments
 (0)