diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2015-08-17 23:11:16 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2015-08-17 23:11:16 -0700 |
commit | 595a93ee2c89be666725aa793a013179537d98b0 (patch) | |
tree | f8b6795172c020dd2f581c286c7ac44484c3dc9f /CHANGELOG | |
parent | 5fad0b585eb50e86aa09b18e99c5efdc4357ba2c (diff) | |
download | gitlab-ce-595a93ee2c89be666725aa793a013179537d98b0.tar.gz |
disallow irrelevant pages by default in robots
Update default robots.txt rules to disallow irrelevant pages that search
engines should not care about. This will still allow important pages
like the files, commit details, merge requests, issues, comments, etc.
to be crawled.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 1683b9ac094..0ed952086d5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 7.14.0 (unreleased) + - Update default robots.txt rules to disallow crawling of irrelevant pages (Ben Bodenmiller) - Upgrade gitlab_git to 7.2.14 to ignore CRLFs in .gitmodules (Stan Hu) - Provide more feedback what went wrong if HipChat service failed test (Stan Hu) - Fix bug where backslashes in inline diffs could be dropped (Stan Hu) |