chore: Rate limits on widget conversation endpoints (#3162)

- Limit widget conversation creation to 6 per 12 hours
- Enable rack attack by default
This commit is contained in:
Sojan Jose
2021-10-07 18:06:43 +05:30
committed by GitHub
parent 700721ea6d
commit 8c192559fe
2 changed files with 12 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ USE_INBOX_AVATAR_FOR_BOT=true
## Rack Attack configuration
## To prevent and throttle abusive requests
# ENABLE_RACK_ATTACK=false
# ENABLE_RACK_ATTACK=true
## Running chatwoot as an API only server