Browse Source

Adding .jar and .scr files

JAR - java and friends' executable.
SCR - Windows script executable, commonly used in "screenshot" trick.
Unknown 6 years ago
parent
commit
56e2f3ff5c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      config.sample.js

+ 2 - 0
config.sample.js

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