diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-05-12 17:32:09 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-05-16 15:04:14 -0500 |
commit | d71edf0dedb944be62390c0e6eea5f6e6da7a328 (patch) | |
tree | 92dd8527ff4311578efcef1b5a03588b76792165 /public | |
parent | 6aef2567330fb7c3e549d3f434acc0c272a8366f (diff) | |
download | gitlab-ce-d71edf0dedb944be62390c0e6eea5f6e6da7a328.tar.gz |
Disallow search engines from indexing uploads from a GitLab project.
This can sometimes include sensitive information from private projects and confidential issues. It shouldn't be indexed. Resolves #15551.
Diffstat (limited to 'public')
-rw-r--r-- | public/robots.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/robots.txt b/public/robots.txt index 4f616c7f4c1..334f4c03533 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -65,3 +65,4 @@ Disallow: /*/*/deploy_keys Disallow: /*/*/hooks Disallow: /*/*/services Disallow: /*/*/protected_branches +Disallow: /*/*/uploads/ |