We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed4f10 commit cd5c9b4Copy full SHA for cd5c9b4
nixos/modules/services/web-apps/nextcloud.nix
@@ -1531,7 +1531,6 @@ in
1531
index index.php index.html /index.php$request_uri;
1532
${lib.optionalString (cfg.nginx.recommendedHttpHeaders) ''
1533
add_header X-Content-Type-Options nosniff;
1534
- add_header X-XSS-Protection "1; mode=block";
1535
add_header X-Robots-Tag "noindex, nofollow";
1536
add_header X-Permitted-Cross-Domain-Policies none;
1537
add_header X-Frame-Options sameorigin;
0 commit comments