Prevent robots from indexing uploads

Although most user uploads are probably harmless, it's possible someone
has (either maliciously or not) uploaded sensitive information. Prevent
robots from indexing the uploads route.
This commit is contained in:
Dan Nicholson 2018-03-09 05:49:46 -06:00
parent dc77cce8d9
commit 0fd622e5d1

View File

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