diff options
| -rw-r--r-- | config.sample.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.sample.js b/config.sample.js index 85a3726..c5a9d15 100644 --- a/config.sample.js +++ b/config.sample.js @@ -35,11 +35,13 @@ module.exports = { // Add file extensions here which should be blocked blockedExtensions: [ + '.jar', '.exe', '.msi', '.com', '.bat', '.cmd', + '.scr', '.ps1', '.sh' ], |