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