mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
FIX: disable flag_sockpuppets by default, since it causes too many false positives in spam detection
This commit is contained in:
parent
1d9e175bc2
commit
ede3a709a7
|
@ -756,7 +756,7 @@ spam:
|
|||
num_flags_to_block_new_user: 3
|
||||
num_users_to_block_new_user: 3
|
||||
notify_mods_when_user_blocked: false
|
||||
flag_sockpuppets: true
|
||||
flag_sockpuppets: false
|
||||
newuser_spam_host_threshold: 3
|
||||
white_listed_spam_host_domains:
|
||||
default: ''
|
||||
|
|
Loading…
Reference in New Issue
Block a user