chore: Block & throttle abusive requests (#2706)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sojan Jose
2021-07-27 21:27:23 +05:30
committed by GitHub
parent 359c3c8ccb
commit b44f9b792b
6 changed files with 87 additions and 10 deletions

View File

@@ -29,7 +29,8 @@ Style/OptionalBooleanParameter:
- 'app/dispatchers/dispatcher.rb'
Style/GlobalVars:
Exclude:
- 'config/initializers/redis.rb'
- 'config/initializers/01_redis.rb'
- 'config/initializers/rack_attack.rb'
- 'lib/redis/alfred.rb'
- 'lib/global_config.rb'
Style/ClassVars: