update robots.txt disallow

Allows projects in groups starting with "s" while still disallowing the
snippets short urls.
This commit is contained in:
Matt Harrison 2016-09-23 10:57:44 -04:00
parent c2b8063fda
commit f1df7b1bc2
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.13.0 (unreleased)
- Speed-up group milestones show page
- Fix robots.txt disallowing access to groups starting with "s" (Matt Harrison)
v 8.12.1 (unreleased)

View File

@ -23,7 +23,7 @@ Disallow: /groups/*/edit
Disallow: /users
# Global snippets
Disallow: /s
Disallow: /s/
Disallow: /snippets/new
Disallow: /snippets/*/edit
Disallow: /snippets/*/raw