From 664c994855bc93270ac35800af947bad472f8f95 Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Sat, 26 Dec 2020 15:21:49 +0700 Subject: [PATCH] scanner should NOT be enabled by default Closes #341 --- config.sample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sample.js b/config.sample.js index 22739e9..456de83 100644 --- a/config.sample.js +++ b/config.sample.js @@ -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',