diff --git a/config.sample.js b/config.sample.js index cf8ee4a..85a3726 100644 --- a/config.sample.js +++ b/config.sample.js @@ -36,9 +36,11 @@ module.exports = { // Add file extensions here which should be blocked blockedExtensions: [ '.exe', + '.msi', + '.com', '.bat', '.cmd', - '.msi', + '.ps1', '.sh' ],