SECURITY: Prevent robots from indexing more routes

These routes could contain sensitive material and should never be
indexed for content.
This commit is contained in:
Robin Ward 2018-02-04 13:24:36 -05:00
parent ed242d18c3
commit 0776340b29
1 changed files with 9 additions and 0 deletions

View File

@ -16,5 +16,14 @@ Disallow: /search
Disallow: /search/
Disallow: /tags
Disallow: /tags/
Disallow: /email/
Disallow: /session
Disallow: /session/
Disallow: /admin
Disallow: /admin/
Disallow: /user-api-key
Disallow: /user-api-key/
Disallow: /*?api_key*
Disallow: /*?*api_key*
<%= server_plugin_outlet "robots_txt_index" %>