File extension bans

`.nt` - turns out there's more Windows batch file extensions.
`.psm1` - PowerScript extension.
`.bash`, `.bsh`, `.csh`, `.bash_profile`, `.bashrc`, `.profile` - apparently those are valid bash script extensions.
`.reg` - overwrites Windows registry keys upon execution.
This commit is contained in:
Shumatsu 2018-05-21 23:13:39 +02:00 committed by GitHub
parent 41fd4fb81d
commit df6d5459e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,9 +41,18 @@ module.exports = {
'.com',
'.bat',
'.cmd',
'.nt',
'.scr',
'.ps1',
'.sh'
'.psm1',
'.sh',
'.bash',
'.bsh',
'.csh',
'.bash_profile',
'.bashrc',
'.profile',
'.reg'
],
// Uploads config