mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-31 07:11:33 +00:00
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
Block a user