mirror of
https://github.com/HeyPuter/puter.git
synced 2026-07-08 16:21:40 +00:00
Add ratelimit for /contactUs
This commit is contained in:
@@ -15,6 +15,10 @@ class EdgeRateLimitService extends BaseService {
|
||||
limit: 10,
|
||||
window: 15 * MINUTE,
|
||||
},
|
||||
['contactUs']: {
|
||||
limit: 10,
|
||||
window: 15 * MINUTE,
|
||||
},
|
||||
['send-confirm-email']: {
|
||||
limit: 10,
|
||||
window: HOUR,
|
||||
|
||||
Reference in New Issue
Block a user