diff options
| author | Unknown <[email protected]> | 2018-03-09 21:27:09 +0100 |
|---|---|---|
| committer | Unknown <[email protected]> | 2018-03-09 21:27:09 +0100 |
| commit | 56e2f3ff5c77996cc5ab5f8c5becbb8fd2ec2f63 (patch) | |
| tree | 717f955e654c0caf34f027206f35cab03ad3b7ab | |
| parent | Ban of .com and .ps1 uploads (diff) | |
| download | host.fuwn.me-56e2f3ff5c77996cc5ab5f8c5becbb8fd2ec2f63.tar.xz host.fuwn.me-56e2f3ff5c77996cc5ab5f8c5becbb8fd2ec2f63.zip | |
Adding .jar and .scr files
JAR - java and friends' executable.
SCR - Windows script executable, commonly used in "screenshot" trick.
| -rw-r--r-- | config.sample.js | 2 |
1 files changed, 2 insertions, 0 deletions
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' ], |