Skip to content

Commit f66ae67

Browse files
authored
Merge pull request #20336 from mozilla/fxa-13331
feat(auth): add email-scoped report-only rate limits for passwordless
2 parents 125e37d + 131c762 commit f66ae67

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/fxa-auth-server/config/rate-limit-rules.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ passwordlessSendOtp : ip : 100 : 24 hou
193193

194194
# Passwordless OTP Verification Limits
195195
passwordlessVerifyOtp : ip_email : 5 : 10 minutes : 15 minutes : block
196+
passwordlessVerifyOtp : email : 10 : 10 minutes : 30 minutes : report
196197
passwordlessVerifyOtp : ip : 100 : 24 hours : 15 minutes : ban
197198
passwordlessVerifyOtpPerDay : ip_email : 10 : 24 hours : 24 hours : block
199+
passwordlessVerifyOtpPerDay : email : 20 : 24 hours : 24 hours : report
198200
passwordlessVerifyOtpPerDay : ip : 100 : 24 hours : 15 minutes : ban

0 commit comments

Comments
 (0)