aboutsummaryrefslogtreecommitdiffstats
path: root/modules/viewvc/files
Commit message (Collapse)AuthorAgeFilesLines
* More Bots exluded in robots.txt - DataForSeoBot SemrushBot Applebot GPTBot ↵Bruno Cornec2026-03-091-0/+5
| | | | SeznamBot)
* Use more appropriate decoding/encoding when redirectingDan Fandrich2025-06-061-2/+2
|
* Properly escape the target in then anti-robot redirectDan Fandrich2025-06-061-2/+2
| | | | Any additional URL parameters after a & were previously dropped.
* Use an absolute URL when redirectingDan Fandrich2025-05-231-3/+4
| | | | | This reduces the possibility of a malicious URL redirecting to another domain.
* Use a fixed random number in the cookieDan Fandrich2025-05-231-1/+1
| | | | | The intent of this cookie isn't actually to track sessions, so eliminate any privacy impact by using a fixed number instead.
* Add another allowed character for cookie redirectsDan Fandrich2025-05-231-1/+1
|
* Block expensive svnweb operations without a cookieDan Fandrich2025-05-231-0/+27
| | | | | | | | | If an expensive request comes in from anyone without a cookie attached, redirect to a page where the cookie is set using JavaScript, then redirect back. This should block robots from these paths, most of which do not support JavaScript. The collateral damage is that a JavaScript browser is now required for users to access those paths. The contents of the cookie is not currently checked, merely that it is set.
* svnweb: add facebookexternalhit to robots.txtJani Välimaa2024-07-041-0/+1
|
* svnweb: add more bots to robots.txtJani Välimaa2024-06-171-0/+4
|
* Add two more robots to the svnweb robots.txt fileDan Fandrich2024-04-251-1/+3
| | | | | These two are hammering the site right now, causing severe slowdowns. Restrict the paths they are allowed to access.
* viewvc/robots.txt: ban AhrefsBotNicolas Vigier2013-08-141-1/+2
| | | | | It doesn't respect Crawl-delay, or disallowed URLs. So try to disallow everything for them.
* viewvc/robots.txt: add more URLsNicolas Vigier2013-01-261-2/+2
|
* viewvc/robots.txt: add Crowl-delayNicolas Vigier2013-01-261-0/+2
|
* viewvc/robots.txt: add more URLsNicolas Vigier2013-01-261-2/+4
|
* viewvc/robots.txt: add more URLsNicolas Vigier2013-01-261-1/+3
|
* viewvc/robots.txt: add more URLsNicolas Vigier2013-01-261-0/+2
|
* viewvc/robots.txt: filter ?sortby= urlsNicolas Vigier2013-01-031-0/+1
|
* viewvc/robots.txt: fix tags pathNicolas Vigier2013-01-031-1/+1
|
* viewvc: add robots.txtNicolas Vigier2013-01-031-0/+12