From fca33fe44d3534b0289ea51be3c1cb5d1cbc3215 Mon Sep 17 00:00:00 2001 From: idinium96 <47635037+idinium96@users.noreply.github.com> Date: Thu, 2 Jun 2022 05:34:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20change=20the=20default=20value?= =?UTF-8?q?=20for=20`reputationCheck`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/classes/Options.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/classes/Options.ts b/src/classes/Options.ts index ff773c880..a8c6a34b5 100644 --- a/src/classes/Options.ts +++ b/src/classes/Options.ts @@ -55,8 +55,8 @@ export const DEFAULTS: JsonOptions = { enable: false }, reputationCheck: { - checkMptfBanned: true, - reptfAsPrimarySource: true + checkMptfBanned: false, + reptfAsPrimarySource: false } },