mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:50:00 +08:00
add safety for max levenshtein spammer distance
This commit is contained in:
parent
edba5c631f
commit
d19a0bc06c
|
@ -527,7 +527,10 @@ spam:
|
|||
white_listed_spam_host_domains:
|
||||
default: ''
|
||||
type: list
|
||||
levenshtein_distance_spammer_emails: 2
|
||||
levenshtein_distance_spammer_emails:
|
||||
default: 2
|
||||
min: 0
|
||||
max: 3
|
||||
|
||||
rate_limits:
|
||||
unique_posts_mins:
|
||||
|
|
Loading…
Reference in New Issue
Block a user