Browse Source

Added .exec to blacklist

Mac/Unix executable files.
Kayo 5 years ago
parent
commit
3e0be53c62
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config.sample.js

+ 1 - 0
config.sample.js

@@ -37,6 +37,7 @@ module.exports = {
 	blockedExtensions: [
 		'.jar',
 		'.exe',
+		'.exec',
 		'.msi',
 		'.com',
 		'.bat',