nixos/canaille: remove HTTP header X-XSS-Protection

Addresses https://github.com/NixOS/nixpkgs/issues/438800
This commit is contained in:
Kerstin Humm
2025-09-09 14:26:02 +02:00
parent ed4ae67b8d
commit 301e5cca9c

View File

@@ -349,7 +349,6 @@ in
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;
add_header X-Frame-Options "SAMEORIGIN" always;
add_header X-XSS-Protection "1; mode=block" always;
add_header X-Content-Type-Options "nosniff" always;
add_header Referrer-Policy "same-origin" always;
'';