diff options
| author | Caroline <[email protected]> | 2017-03-29 13:54:45 -0700 |
|---|---|---|
| committer | Crawl <[email protected]> | 2017-03-29 22:54:45 +0200 |
| commit | 55ae8c32883e24f4a6ba526219add073eab6bc49 (patch) | |
| tree | 140de5b41427464de32bfd13be7710b35498bd46 | |
| parent | Update uploadController.js (diff) | |
| download | host.fuwn.me-55ae8c32883e24f4a6ba526219add073eab6bc49.tar.xz host.fuwn.me-55ae8c32883e24f4a6ba526219add073eab6bc49.zip | |
Updated blocked extensions. (#23)
* Update config.sample.js
* Update config.sample.js
* Update config.sample.js
| -rw-r--r-- | config.sample.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.sample.js b/config.sample.js index 8649613..5bc76ce 100644 --- a/config.sample.js +++ b/config.sample.js @@ -38,7 +38,8 @@ module.exports = { '.exe', '.bat', '.cmd', - '.msi' + '.msi', + '.sh' ], // Uploads config |