Added .exec to blacklist

Mac/Unix executable files.
This commit is contained in:
Kayo 2018-09-20 15:07:31 -07:00 committed by GitHub
parent de7e639c75
commit 3e0be53c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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