From 3e0be53c62c832c8673e7a2f55a35096310d692a Mon Sep 17 00:00:00 2001 From: Kayo Date: Thu, 20 Sep 2018 15:07:31 -0700 Subject: [PATCH] Added .exec to blacklist Mac/Unix executable files. --- config.sample.js | 1 + 1 file changed, 1 insertion(+) 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',