Ver código fonte

Adding .jar and .scr files

JAR - java and friends' executable.
SCR - Windows script executable, commonly used in "screenshot" trick.
Unknown 7 anos atrás
pai
commit
56e2f3ff5c
1 arquivos alterados com 2 adições e 0 exclusões
  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'
 	],