diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-10-17 19:18:20 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-10-17 19:18:20 +0000 |
commit | d10e9f1157c395871647f047aa0971b75cfa7873 (patch) | |
tree | cb9d33fab9bafc0cca93ee6f094d4653377795de | |
parent | f3eeff03c434fe3a79648b7a3950d58db1b94d74 (diff) | |
download | redmine-d10e9f1157c395871647f047aa0971b75cfa7873.tar.gz redmine-d10e9f1157c395871647f047aa0971b75cfa7873.zip |
Disallow /repositories/diff in robots.txt
git-svn-id: http://redmine.rubyforge.org/svn/trunk@847 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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 abd4af8ab..5fb2d1597 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,3 +1,4 @@ User-agent: * Disallow: /projects/gantt Disallow: /projects/calendar +Disallow: /repositories/diff |