scanner should NOT be enabled by default

Closes #341
This commit is contained in:
Bobby Wibowo 2020-12-26 15:21:49 +07:00
parent d917bbdf32
commit 664c994855
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -361,7 +361,7 @@ module.exports = {
Example: 'moderator' = moderators, admins & superadmins.
*/
scan: {
enabled: true,
enabled: false,
groupBypass: 'admin', // Other group names in controllers/permissionController.js
whitelistExtensions: null, /* [
'.webp',