Remove doubled X-XSS-Protection Header (#204)

pull/212/head
marjatech 2025-01-13 10:19:58 +01:00 committed by GitHub
parent 3019026a74
commit 2b9390e253
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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;