]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
contrib/reject_bots: drop persistent connection requirement
authorEric Wong <e@80x24.org>
Fri, 24 Oct 2025 17:34:09 +0000 (17:34 +0000)
committerEric Wong <e@80x24.org>
Sat, 25 Oct 2025 09:37:03 +0000 (09:37 +0000)
commitb3e430bc4518282873b5115bb48b26df3da958dc
treebc1612fd25a3cf00dbe4d4aa787f7c6f5e2e07bc
parent790834d30b071f95bd12959d88586d19fc90a168
contrib/reject_bots: drop persistent connection requirement

Like many measures against aggressive scrapers bots which ignore
or insufficiently support robots.txt, requiring persistent
connections no longer seems effective.  The
$env->{'pi-httpd.request_nr'} field remains for logging,
but will probably be removed, soon.
contrib/RejectBots.pm
lib/PublicInbox/HTTP.pm