mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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_flags_to_block_new_user: 3
|
||||||
num_users_to_block_new_user: 3
|
num_users_to_block_new_user: 3
|
||||||
notify_mods_when_user_blocked: false
|
notify_mods_when_user_blocked: false
|
||||||
flag_sockpuppets: true
|
flag_sockpuppets: false
|
||||||
newuser_spam_host_threshold: 3
|
newuser_spam_host_threshold: 3
|
||||||
white_listed_spam_host_domains:
|
white_listed_spam_host_domains:
|
||||||
default: ''
|
default: ''
|
||||||
|
Loading…
Reference in New Issue
Block a user