1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-23 23:20:57 +01:00

disable by default, like other captchas

This commit is contained in:
Lorenzo Yario 2024-03-14 06:06:28 -07:00 committed by GitHub
parent 28df28de26
commit 954bb08762
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -310,10 +310,12 @@
// Enable simple anti-spam measure. Requires the end-user to answer a question before making a post.
//Works very well against uncustomized spam.
//Answers are case-insensitive.
/*
$config['simple_spam'] = array (
'question' => 'What\'s 2+3?',
'answer' => '5'
);
*/
// Enable reCaptcha to make spam even harder. Rarely necessary.
$config['recaptcha'] = false;