mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 18:56:00 +02:00
* Update packages
* Remove application/x-arj from mimeUtils hack - is included in mime-db now.
This commit is contained in:
parent
bbd5ff7de3
commit
3f942871ae
2 changed files with 16 additions and 17 deletions
|
@ -14,7 +14,6 @@ function startup(cb) {
|
|||
// Add in types (not yet) supported by mime-db -- and therefor, mime-types
|
||||
//
|
||||
const ADDITIONAL_EXT_MIMETYPES = {
|
||||
arj : 'application/x-arj',
|
||||
ans : 'text/x-ansi',
|
||||
gz : 'application/gzip', // not in mime-types 2.1.15 :(
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue