Skip to content

Commit 10481d9

Browse files
authored
Merge pull request #18984 from mozilla/bug-missing-unblock-email-rule
bug(auth): unblockEmail rule was missing
2 parents 3be2974 + c770757 commit 10481d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
sendVerifyCode : ip : 5 : 10 minutes : 30 minutes
4545
sendUnblockCode : email : 5 : 15 minutes : 15 minutes
4646
sendUnblockCode : ip : 5 : 10 minutes : 30 minutes
47+
unblockEmail : email : 5 : 15 minutes : 15 minutes
4748

4849
# Bad Login Attempts - These are specific to login failures. Again, the user hasn't authenticated yet, so we check both
4950
# email and ip.

0 commit comments

Comments
 (0)