From: Andy Allan Date: Wed, 30 Aug 2023 10:12:40 +0000 (+0100) Subject: Merge pull request #4202 from tomhughes/changeset-comment-limit X-Git-Tag: live~1548 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/a1657f03a836fa5ade55e52083eff359b486e8f3?ds=sidebyside;hp=-c Merge pull request #4202 from tomhughes/changeset-comment-limit Add rate limiting for changeset comments --- a1657f03a836fa5ade55e52083eff359b486e8f3 diff --combined config/settings.yml index 8ac27df40,1a1d137cd..5330ed678 --- a/config/settings.yml +++ b/config/settings.yml @@@ -55,6 -55,9 +55,9 @@@ user_block_periods: [0, 1, 3, 6, 12, 24 max_messages_per_hour: 60 # Rate limit for friending max_friends_per_hour: 60 + # Rate limit for changeset comments + min_changeset_comments_per_hour: 6 + max_changeset_comments_per_hour: 60 # Domain for handling message replies #messages_domain: "messages.openstreetmap.org" # MaxMind GeoIPv2 database @@@ -140,8 -143,3 +143,8 @@@ smtp_user_name: nul smtp_password: null # Matomo settings for analytics #matomo: +# Signup rate limits +#signup_ip_per_day: +#signup_ip_max_burst: +#signup_email_per_day: +#signup_email_max_burst: