From e35693475ce42a917ba0db9f5cb18de7b9158304 Mon Sep 17 00:00:00 2001 From: otheus Date: Thu, 29 Nov 2018 22:06:42 +0000 Subject: 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. --- public/robots.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public/robots.txt') 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 -- cgit v1.2.3