File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8484 add_header X-Download-Options "noopen" always;
8585 add_header X-Frame-Options "@XFRAME_OPTS_HEADER@" always;
8686 add_header X-Permitted-Cross-Domain-Policies "none" always;
87- add_header X-Robots-Tag "none " always;
87+ add_header X-Robots-Tag "noindex, nofollow " always;
8888 add_header X-XSS-Protection "1; mode=block" always;
8989
9090 # Remove X-Powered-By, which is an information leak
@@ -169,7 +169,7 @@ http {
169169 add_header X-Download-Options "noopen" always;
170170 add_header X-Frame-Options "@XFRAME_OPTS_HEADER@" always;
171171 add_header X-Permitted-Cross-Domain-Policies "none" always;
172- add_header X-Robots-Tag "none " always;
172+ add_header X-Robots-Tag "noindex, nofollow " always;
173173 add_header X-XSS-Protection "1; mode=block" always;
174174 access_log off;
175175
You can’t perform that action at this time.
0 commit comments