Skip to content

Commit cd5c9b4

Browse files
committed
nixos/nextcloud: remove X-XSS-Protection
see nextcloud/server#53476
1 parent 0ed4f10 commit cd5c9b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nixos/modules/services/web-apps/nextcloud.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,6 @@ in
15311531
index index.php index.html /index.php$request_uri;
15321532
${lib.optionalString (cfg.nginx.recommendedHttpHeaders) ''
15331533
add_header X-Content-Type-Options nosniff;
1534-
add_header X-XSS-Protection "1; mode=block";
15351534
add_header X-Robots-Tag "noindex, nofollow";
15361535
add_header X-Permitted-Cross-Domain-Policies none;
15371536
add_header X-Frame-Options sameorigin;

0 commit comments

Comments
 (0)