Merge pull request #122 from Shumatsu/extensions

File extension bans
This commit is contained in:
Kana 2018-05-21 18:23:58 -03:00 committed by GitHub
commit cbe73ed1ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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