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 } },