mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #51412 from nextcloud/backport/51405/stable30
[stable30] fix(mimetypes): drop `tar.gz` and `tar.bz2` and adjust `tgz`
This commit is contained in:
commit
a5c74cfb17
2 changed files with 1 additions and 4 deletions
|
|
@ -76,7 +76,6 @@
|
|||
"application/x-7z-compressed": "package/x-generic",
|
||||
"application/x-bzip2": "package/x-generic",
|
||||
"application/x-cbr": "text",
|
||||
"application/x-compressed": "package/x-generic",
|
||||
"application/x-dcraw": "image",
|
||||
"application/x-deb": "package/x-generic",
|
||||
"application/x-fictionbook+xml": "text",
|
||||
|
|
|
|||
|
|
@ -187,14 +187,12 @@
|
|||
"srf": ["image/x-dcraw"],
|
||||
"svg": ["image/svg+xml", "text/plain"],
|
||||
"swf": ["application/x-shockwave-flash", "application/octet-stream"],
|
||||
"tar.bz2": ["application/x-bzip2"],
|
||||
"tar.gz": ["application/x-compressed"],
|
||||
"tar": ["application/x-tar"],
|
||||
"tbz2": ["application/x-bzip2"],
|
||||
"tcx": ["application/vnd.garmin.tcx+xml"],
|
||||
"tex": ["application/x-tex"],
|
||||
"tga": ["image/tga"],
|
||||
"tgz": ["application/x-compressed"],
|
||||
"tgz": ["application/gzip"],
|
||||
"tif": ["image/tiff"],
|
||||
"tiff": ["image/tiff"],
|
||||
"ttf": ["application/font-sfnt"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue