mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Update test file for mimetypes
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
b22b6431d2
commit
de68fc6347
1 changed files with 2 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ OC.MimeTypeList={
|
|||
"application/font-sfnt": "image",
|
||||
"application/font-woff": "image",
|
||||
"application/gpx+xml": "location",
|
||||
"application/gzip": "package/x-generic",
|
||||
"application/illustrator": "image",
|
||||
"application/javascript": "text/code",
|
||||
"application/json": "text/code",
|
||||
|
|
@ -80,7 +81,7 @@ OC.MimeTypeList={
|
|||
"application/x-fictionbook+xml": "text",
|
||||
"application/x-font": "image",
|
||||
"application/x-gimp": "image",
|
||||
"application/x-gzip": "package/x-generic",
|
||||
"application/x-gzip": "application/gzip",
|
||||
"application/x-iwork-keynote-sffkey": "x-office/presentation",
|
||||
"application/x-iwork-numbers-sffnumbers": "x-office/spreadsheet",
|
||||
"application/x-iwork-pages-sffpages": "x-office/document",
|
||||
|
|
|
|||
Loading…
Reference in a new issue