From 56e2f3ff5c77996cc5ab5f8c5becbb8fd2ec2f63 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 9 Mar 2018 21:27:09 +0100 Subject: [PATCH] Adding .jar and .scr files JAR - java and friends' executable. SCR - Windows script executable, commonly used in "screenshot" trick. --- config.sample.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.sample.js b/config.sample.js index 85a3726..c5a9d15 100644 --- a/config.sample.js +++ b/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' ],