rubymonsters / speakerinnen_liste

International Women* Speaker Directory
https://speakerinnen.org
MIT License
75 stars 62 forks source link

Check why blocking does not work #1361

Open zaziemo opened 3 months ago

zaziemo commented 3 months ago

Although we blocked the deprecated topics path via rack attack we still get bots on this route. Why?

   79    blocklist('block all access to deprecated paths') do |request|
   80      # Requests are blocked if the return value is truthy
   81:     request.path.start_with?("/topics")
   82    end