nixos/kanboard: remove X-XSS-Protection

(cherry picked from commit 47fcf23026)
This commit is contained in:
Zexin Yuan
2025-09-01 09:43:15 +08:00
committed by github-actions[bot]
parent 5a534679b0
commit 4398ea964b

View File

@@ -157,7 +157,6 @@ in
locations."~ \\.(js|css|ttf|woff2?|png|jpe?g|svg)$".extraConfig = ''
add_header Cache-Control "public, max-age=15778463";
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none;
add_header X-Download-Options noopen;
add_header X-Permitted-Cross-Domain-Policies none;