Explorar o código

Adding .jar and .scr files

JAR - java and friends' executable.
SCR - Windows script executable, commonly used in "screenshot" trick.
Unknown %!s(int64=7) %!d(string=hai) anos
pai
achega
56e2f3ff5c
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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'
 	],