Skip to content

Commit

Permalink
🔄 change the default value for reputationCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
idinium96 committed Jun 1, 2022
1 parent 7469287 commit fca33fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/classes/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export const DEFAULTS: JsonOptions = {
enable: false
},
reputationCheck: {
checkMptfBanned: true,
reptfAsPrimarySource: true
checkMptfBanned: false,
reptfAsPrimarySource: false
}
},

Expand Down

0 comments on commit fca33fe

Please sign in to comment.