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.
2 parents ace7a85 + 15b859c commit 0680f29Copy full SHA for 0680f29
1 file changed
nixos/modules/services/web-apps/nextcloud.nix
@@ -1112,7 +1112,7 @@ in {
1112
${optionalString (cfg.nginx.recommendedHttpHeaders) ''
1113
add_header X-Content-Type-Options nosniff;
1114
add_header X-XSS-Protection "1; mode=block";
1115
- add_header X-Robots-Tag none;
+ add_header X-Robots-Tag "noindex, nofollow";
1116
add_header X-Download-Options noopen;
1117
add_header X-Permitted-Cross-Domain-Policies none;
1118
add_header X-Frame-Options sameorigin;
0 commit comments