diff options
| -rw-r--r-- | config.sample.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.sample.js b/config.sample.js index e82dc67..90cc4c8 100644 --- a/config.sample.js +++ b/config.sample.js @@ -37,6 +37,7 @@ module.exports = { blockedExtensions: [ '.jar', '.exe', + '.exec', '.msi', '.com', '.bat', |