Merge pull request #5664 from dbnicholson/robots-no-uploads

Prevent robots from indexing uploads
This commit is contained in:
Jeff Atwood 2018-03-09 13:33:34 -08:00 committed by GitHub
commit 9522469f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -27,5 +27,6 @@ Disallow: /*?api_key*
Disallow: /*?*api_key*
Disallow: /groups
Disallow: /groups/
Disallow: /uploads/
<%= server_plugin_outlet "robots_txt_index" %>