You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
since this creates loads of errors we'll try to block those requests
via rack attack. This currently does not work because the error occurs
before rack attack starts working.
[#1361]
Although we blocked the deprecated topics path via rack attack we still get bots on this route. Why?
The text was updated successfully, but these errors were encountered: