feat: additional MIME Types (#24)
Co-authored-by: sxyazi <sxyazi@gmail.com>
This commit is contained in:
@@ -110,6 +110,7 @@ local EXTS = {
|
||||
cdxml = "application/vnd.chemdraw+xml",
|
||||
cdy = "application/vnd.cinderella",
|
||||
cer = "application/pkix-cert",
|
||||
cfg = "text/plain",
|
||||
cfs = "application/x-cfs-compressed",
|
||||
cgm = "image/cgm",
|
||||
chat = "application/x-chat",
|
||||
@@ -216,6 +217,7 @@ local EXTS = {
|
||||
eml = "message/rfc822",
|
||||
emma = "application/emma+xml",
|
||||
emz = "application/x-msmetafile",
|
||||
env = "text/plain",
|
||||
eol = "audio/vnd.digital-winds",
|
||||
eot = "application/vnd.ms-fontobject",
|
||||
eps = "application/postscript",
|
||||
@@ -317,6 +319,7 @@ local EXTS = {
|
||||
hlp = "application/winhlp",
|
||||
hpgl = "application/vnd.hp-hpgl",
|
||||
hpid = "application/vnd.hp-hpid",
|
||||
hpp = "text/c",
|
||||
hps = "application/vnd.hp-hps",
|
||||
hqx = "application/mac-binhex40",
|
||||
htke = "application/vnd.kenameaapp",
|
||||
@@ -342,6 +345,7 @@ local EXTS = {
|
||||
iif = "application/vnd.shana.informed.interchange",
|
||||
imp = "application/vnd.accpac.simply.imp",
|
||||
ims = "application/vnd.ms-ims",
|
||||
ini = "text/plain",
|
||||
ink = "application/inkml+xml",
|
||||
inkml = "application/inkml+xml",
|
||||
install = "application/x-install-instructions",
|
||||
@@ -365,13 +369,16 @@ local EXTS = {
|
||||
jpe = "image/jpeg",
|
||||
jpeg = "image/jpeg",
|
||||
jpg = "image/jpeg",
|
||||
jxl = "image/jxl",
|
||||
jpgm = "video/jpm",
|
||||
jpgv = "video/jpeg",
|
||||
jpm = "video/jpm",
|
||||
js = "text/javascript",
|
||||
js = "text/javascript",
|
||||
json = "application/json",
|
||||
jsonc = "application/json",
|
||||
jsonml = "application/jsonml+json",
|
||||
jsx = "text/jsx",
|
||||
jxl = "image/jxl",
|
||||
kar = "audio/midi",
|
||||
karbon = "application/vnd.kde.karbon",
|
||||
kfo = "application/vnd.kde.kformula",
|
||||
@@ -648,6 +655,7 @@ local EXTS = {
|
||||
qam = "application/vnd.epson.quickanime",
|
||||
qbo = "application/vnd.intu.qbo",
|
||||
qfx = "application/vnd.intu.qfx",
|
||||
qml = "text/x-qml",
|
||||
qps = "application/vnd.publishare-delta-tree",
|
||||
qt = "video/quicktime",
|
||||
qwd = "application/vnd.quark.quarkxpress",
|
||||
@@ -683,6 +691,7 @@ local EXTS = {
|
||||
roa = "application/rpki-roa",
|
||||
roff = "text/troff",
|
||||
rp9 = "application/vnd.cloanto.rp9",
|
||||
rpm = "application/x-rpm",
|
||||
rpss = "application/vnd.nokia.radio-presets",
|
||||
rpst = "application/vnd.nokia.radio-preset",
|
||||
rq = "application/sparql-query",
|
||||
@@ -700,6 +709,7 @@ local EXTS = {
|
||||
scm = "application/vnd.lotus-screencam",
|
||||
scq = "application/scvp-cv-request",
|
||||
scs = "application/scvp-cv-response",
|
||||
scss = "text/x-scss",
|
||||
scurl = "text/vnd.curl.scurl",
|
||||
sda = "application/vnd.stardivision.draw",
|
||||
sdc = "application/vnd.stardivision.calc",
|
||||
@@ -823,6 +833,7 @@ local EXTS = {
|
||||
ts = "text/typescript",
|
||||
tsd = "application/timestamped-data",
|
||||
tsv = "text/tab-separated-values",
|
||||
tsx = "text/tsx",
|
||||
ttc = "font/collection",
|
||||
ttf = "font/ttf",
|
||||
ttl = "text/turtle",
|
||||
|
||||
Reference in New Issue
Block a user