Adding .jar and .scr files

JAR - java and friends' executable.
SCR - Windows script executable, commonly used in "screenshot" trick.
This commit is contained in:
Unknown 2018-03-09 21:27:09 +01:00
parent ba8500144b
commit 56e2f3ff5c
1 changed files with 2 additions and 0 deletions

View File

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