Merge pull request #78 from Shumatsu/no-powershell
Ban of .com and .ps1 uploads
This commit is contained in:
commit
46bf0da5ee
|
@ -35,10 +35,14 @@ module.exports = {
|
|||
|
||||
// Add file extensions here which should be blocked
|
||||
blockedExtensions: [
|
||||
'.jar',
|
||||
'.exe',
|
||||
'.msi',
|
||||
'.com',
|
||||
'.bat',
|
||||
'.cmd',
|
||||
'.msi',
|
||||
'.scr',
|
||||
'.ps1',
|
||||
'.sh'
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue