[server] Ratelimit add device code API for cast
This commit is contained in:
parent
8038583d5a
commit
4694bf6b7e
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ func (r *RateLimitMiddleware) getLimiter(reqPath string, reqMethod string) *limi
|
|||
reqPath == "/public-collection/verify-password" ||
|
||||
reqPath == "/family/accept-invite" ||
|
||||
reqPath == "/users/srp/attributes" ||
|
||||
(reqPath == "/cast/device-info/" && reqMethod == "POST") ||
|
||||
reqPath == "/users/srp/verify-session" ||
|
||||
reqPath == "/family/invite-info/:token" ||
|
||||
reqPath == "/family/add-member" ||
|
||||
|
|
Loading…
Add table
Reference in a new issue