diff --git a/README.md b/README.md index b5381e7..12377b8 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,8 @@ Rack::Attack.throttled_response = lambda do |env| # NB: you have access to the name and other data about the matched throttle # env['rack.attack.matched'], # env['rack.attack.match_type'], - # env['rack.attack.match_data'] + # env['rack.attack.match_data'], + # env['rack.attack.match_discriminator'] # Using 503 because it may make attacker think that they have successfully # DOSed the site. Rack::Attack returns 429 for throttling by default