Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-08 | Add Content-Type header on throttled response to fix mojibake (#4558) | unarist | |
application/json only allows Unicode, so this prevents from wrong charset detection. | |||
2017-05-03 | Localize 'throttled' (#2755) | alpaca-tc | |
2017-04-30 | allow localhost to bypass the ratelimit (#2554) | Tristan Mahé | |
2017-04-18 | Add rate limits for logins and sign-ups by IP (5 in 5 minutes) (#2079) | Eugen | |
* Add rate limits for logins and sign-ups by IP (5 in 5 minutes) Should be enough for normal attempts * Add rate limit for forgotten password form as well |