diff options
author | otheus <otheus.uibk@gmail.com> | 2018-11-29 22:06:42 +0000 |
---|---|---|
committer | otheus <otheus.uibk@gmail.com> | 2018-11-29 22:06:42 +0000 |
commit | e35693475ce42a917ba0db9f5cb18de7b9158304 (patch) | |
tree | 5426febec616adba6e3ee66136ef1be5dfa60235 /public | |
parent | 5125ec5f50c35ae30559ab4ff967e6d7c76c5c2f (diff) | |
download | gitlab-ce-e35693475ce42a917ba0db9f5cb18de7b9158304.tar.gz |
Update robots.txt to exclude group_members and project_members, which can expose sensitive user information to the web. Please see https://developers.google.com/search/reference/robots_txt for the correct wildcard format.
Diffstat (limited to 'public')
-rw-r--r-- | public/robots.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/robots.txt b/public/robots.txt index ea931e1a223..7908297564e 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -70,3 +70,5 @@ Disallow: /*/*/hooks Disallow: /*/*/services Disallow: /*/*/protected_branches Disallow: /*/*/uploads/ +Disallow: /*/-/group_members +Disallow: /*/project_members |