Merge pull request #94 from towards-a-new-leftypol/disable_antispam

Disable antispam for now
This commit is contained in:
towards-a-new-leftypol 2021-01-04 20:46:29 -05:00 committed by GitHub
commit 9ef62e6a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -93,6 +93,16 @@ $config['threads_preview'] = 5;
$config['root'] = '/';
$config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW';
/*
* Some users are having trouble posting when this is on,
* with the message 'Your request looks automated; Post discarded.'
*
* This did not affect all users, and for some users only for some posts.
*
* If we are getting spammed hard, try turning this on.
*/
$config['spam']['enabled'] = false;
/*
* Permissions
*/