diff options
| author | Kayo <[email protected]> | 2018-09-20 15:07:31 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-09-20 15:07:31 -0700 |
| commit | 3e0be53c62c832c8673e7a2f55a35096310d692a (patch) | |
| tree | c66dd9be8323efdb7e8a079798d40ab298e435a8 | |
| parent | Merge pull request #150 from alphv/patch-2 (diff) | |
| download | host.fuwn.me-3e0be53c62c832c8673e7a2f55a35096310d692a.tar.xz host.fuwn.me-3e0be53c62c832c8673e7a2f55a35096310d692a.zip | |
Added .exec to blacklist
Mac/Unix executable files.
| -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', |