mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-03 04:50:14 +08:00
chore (mime): mimetype update
This commit is contained in:
@ -22,6 +22,7 @@
|
||||
"bmp": "image/x-ms-bmp",
|
||||
"bz2": "application/x-bz2",
|
||||
"cab": "application/vnd.ms-cab-compressed",
|
||||
"cap": "application/x-pcap",
|
||||
"cco": "application/x-cocoa",
|
||||
"cr2": "image/x-canon-cr2",
|
||||
"crt": "application/x-x509-ca-cert",
|
||||
@ -34,7 +35,7 @@
|
||||
"dcr": "image/x-kodak-dcr",
|
||||
"deb": "application/octet-stream",
|
||||
"der": "application/x-x509-ca-cert",
|
||||
"dll": "application/octet-stream",
|
||||
"dll": "application/x-msdownload",
|
||||
"dmg": "application/octet-stream",
|
||||
"dng": "image/x-adobe-dng",
|
||||
"doc": "application/msword",
|
||||
@ -66,6 +67,7 @@
|
||||
"gp4": "application/x-guitar-pro",
|
||||
"gp5": "application/x-guitar-pro",
|
||||
"gz": "application/x-gzip",
|
||||
"har": "application/har+json",
|
||||
"heic": "image/heic",
|
||||
"heif": "image/heic",
|
||||
"hqx": "application/mac-binhex40",
|
||||
@ -131,6 +133,7 @@
|
||||
"otf": "font/otf",
|
||||
"parquet": "application/vnd.apache.parquet",
|
||||
"pdb": "application/x-pilot",
|
||||
"pcap": "application/vnd.tcpdump.pcap",
|
||||
"pdf": "application/pdf",
|
||||
"pef": "image/x-pentax-pef",
|
||||
"pem": "application/x-x509-ca-cert",
|
||||
|
||||
Reference in New Issue
Block a user