Disable antispam for now

- some users were having issues posting
- the issues are inconsistent. we should be careful with this feature,
    perhaps even log details of what went wrong when the error for this
    is shown and analyze those logs.
This commit is contained in:
towards-a-new-leftypol 2021-01-04 01:12:42 -05:00
parent b03d4f7c54
commit a1f5986c21

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
*/