Merge changes from master (add more blocked extensions).
This commit is contained in:
Bobby Wibowo 2018-03-15 14:54:14 +07:00
commit f8459d2b75
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -41,10 +41,14 @@ module.exports = {
// Add file extensions here which should be blocked // Add file extensions here which should be blocked
blockedExtensions: [ blockedExtensions: [
'.jar',
'.exe', '.exe',
'.msi',
'.com',
'.bat', '.bat',
'.cmd', '.cmd',
'.msi', '.scr',
'.ps1',
'.sh' '.sh'
], ],