diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-01-03 17:45:45 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-01-03 17:45:45 +0000 |
commit | 8d66913143ccfc62e07e5281caa6fde2b00b13e3 (patch) | |
tree | 4fc4f67a7456bfc7c1ae0c459bf72b9aef3f498a /modules/viewvc | |
parent | cdb8d40364e34b280175624a0c04d274627e0d4e (diff) | |
download | puppet-8d66913143ccfc62e07e5281caa6fde2b00b13e3.tar puppet-8d66913143ccfc62e07e5281caa6fde2b00b13e3.tar.gz puppet-8d66913143ccfc62e07e5281caa6fde2b00b13e3.tar.bz2 puppet-8d66913143ccfc62e07e5281caa6fde2b00b13e3.tar.xz puppet-8d66913143ccfc62e07e5281caa6fde2b00b13e3.zip |
viewvc/robots.txt: filter ?sortby= urls
Diffstat (limited to 'modules/viewvc')
-rw-r--r-- | modules/viewvc/files/robots.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/viewvc/files/robots.txt b/modules/viewvc/files/robots.txt index 91c91222..e2f541f2 100644 --- a/modules/viewvc/files/robots.txt +++ b/modules/viewvc/files/robots.txt @@ -10,3 +10,4 @@ Disallow: *?view=annotate* Disallow: *?annotate=* Disallow: *?view=diff* Disallow: *?r1=* +Disallow: *?sortby=* |