Can you guess when we deployed some bot-blocking middleware to #FromThePage?
@anindita We run a Ruby on Rails stack and use the rack-attack gem, which worked very nicely.
Here's our configuration, which is pretty heavy-handed: https://github.com/benwbrum/fromthepage/blob/development/config/initializers/rack_attack.rb
(I would actually like to allow FromThePage public collections to be scraped by LLM spiders, but not at the cost of bringing down the server for everyone.)