aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.sample.js4
1 files changed, 3 insertions, 1 deletions
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'
],