Actions
Feature #27876
closedAdd project id to robots.txt
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
Bots found activities by project number and traverse to the whole history:
redmine:443 66.249.76.119 - - [02/Jan/2018:05:42:49 +0000] "GET /redmine/projects/3/activity?from=1979-03-13&show_files=1&user_id=3 HTTP/1.1" 200 8090 "-" "Mozilla/5.0 (compatible; Googlebot/2.1;)"
robots.txt looks like:
User-agent: * Disallow: /redmine/projects/support/repository Disallow: /redmine/projects/support/issues Disallow: /redmine/projects/support/activity Disallow: /redmine/issues/gantt Disallow: /redmine/issues/calendar Disallow: /redmine/activity Disallow: /redmine/search
Expected:
User-agent: * Disallow: /redmine/projects/support/repository Disallow: /redmine/projects/support/issues Disallow: /redmine/projects/support/activity Disallow: /redmine/projects/3/repository Disallow: /redmine/projects/3/issues Disallow: /redmine/projects/3/activity Disallow: /redmine/issues/gantt Disallow: /redmine/issues/calendar Disallow: /redmine/activity Disallow: /redmine/search
Files
Updated by Grischa Zengel about 7 years ago
I thinks it's better to block the whole numeric project:
User-agent: * Disallow: /redmine/projects/support/repository Disallow: /redmine/projects/support/issues Disallow: /redmine/projects/support/activity Disallow: /redmine/projects/3 Disallow: /redmine/issues/gantt Disallow: /redmine/issues/calendar Disallow: /redmine/activity Disallow: /redmine/search
Updated by Toshi MARUYAMA about 7 years ago
- Tracker changed from Defect to Feature
Updated by Grischa Zengel about 7 years ago
It works. Thanks.
User-agent: * Disallow: /redmine/projects/support/repository Disallow: /redmine/projects/support/issues Disallow: /redmine/projects/support/activity Disallow: /redmine/projects/3/repository Disallow: /redmine/projects/3/issues Disallow: /redmine/projects/3/activity Disallow: /redmine/issues/gantt Disallow: /redmine/issues/calendar Disallow: /redmine/activity Disallow: /redmine/search
Updated by Toshi MARUYAMA almost 7 years ago
- Subject changed from add numerical project to robots.txt to add project id to robots.txt
Updated by Toshi MARUYAMA almost 7 years ago
- Status changed from New to Closed
- Target version set to 4.0.0
- Resolution set to Fixed
I think it is no problem because project id is disclosed in project.xml and robots.txt hides non public projects.
source:trunk/app/controllers/welcome_controller.rb@17189#L26
Updated by Marius BÄ‚LTEANU about 6 years ago
- Subject changed from add project id to robots.txt to Add project id to robots.txt
Actions