2
0
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
Stefan Bühler bb473ed334 [mimetypes.conf] adding new mimetypes
Change-Id: Ib4becbcb6989866b1b1eb610571ca783bc7e7448
2023-07-13 01:37:30 +02:00
Stefan Bühler 3a34f793cd [mimetypes.conf] dropping some mimetypes
Change-Id: I6311bc1ba72bf6c3f09788a2c4d850270184d3de
2023-07-13 01:37:24 +02:00
Stefan Bühler b9efcc316e [mimetypes.conf] changing various mimetypes (text/javascript and others)
Change-Id: I8ad45572a911933328d36f98d4aff2abbca60cba
2023-07-13 01:36:23 +02:00
1 changed files with 101 additions and 29 deletions

View File

@ -17,6 +17,7 @@ setup {
".dit" => "application/DIT",
".lxf" => "application/LXF",
".mf4" => "application/MF4",
".oda" => "application/ODA",
".odx" => "application/ODX",
".pdx" => "application/PDX",
".ez" => "application/andrew-inset",
@ -30,6 +31,7 @@ setup {
".held" => "application/atsc-held+xml",
".rsat" => "application/atsc-rsat+xml",
".apxml" => "application/auth-policy+xml",
".amlx" => "application/automationml-amlx+zip",
".xdd" => "application/bacnet-xdd+zip",
".lin" => "application/bbolin",
".xcs" => "application/calendar+xml",
@ -44,10 +46,13 @@ setup {
".cdmiq" => "application/cdmi-queue",
".cellml" => "application/cellml+xml",
".cml" => "application/cellml+xml",
".1clr" => "application/clr",
".cmsc" => "application/cms",
".cpl" => "application/cpl+xml",
".csrattrs" => "application/csrattrs",
".cu" => "application/cu-seeme",
".cwl" => "application/cwl",
".cwl.json" => "application/cwl+json",
".mpd" => "application/dash+xml",
".mpdd" => "application/dashdelta",
".davmount" => "application/davmount+xml",
@ -57,13 +62,14 @@ setup {
".dssc" => "application/dssc+der",
".xdssc" => "application/dssc+xml",
".dvc" => "application/dvcs",
".es" => "application/ecmascript",
".efi" => "application/efi",
".emma" => "application/emma+xml",
".emotionml" => "application/emotionml+xml",
".epub" => "application/epub+zip",
".exi" => "application/exi",
".exp" => "application/express",
".finf" => "application/fastinfoset",
".fdf" => "application/fdf",
".fdt" => "application/fdt+xml",
".pfr" => "application/font-tdpfr",
".spl" => "application/futuresplash",
@ -82,8 +88,6 @@ setup {
".jar" => "application/java-archive",
".ser" => "application/java-serialized-object",
".class" => "application/java-vm",
".js" => "application/javascript",
".mjs" => "application/javascript",
".jrd" => "application/jrd+json",
".json" => "application/json",
".json-patch" => "application/json-patch+json",
@ -97,6 +101,7 @@ setup {
".hqx" => "application/mac-binhex40",
".cpt" => "application/mac-compactpro",
".mads" => "application/mads+xml",
".webmanifest" => "application/manifest+json",
".mrc" => "application/marc",
".mrcx" => "application/marcxml+xml",
".ma" => "application/mathematica",
@ -122,7 +127,6 @@ setup {
".deploy" => "application/octet-stream",
".msp" => "application/octet-stream",
".msu" => "application/octet-stream",
".oda" => "application/oda",
".opf" => "application/oebps-package+xml",
".ogx" => "application/ogg",
".one" => "application/onenote",
@ -130,6 +134,10 @@ setup {
".onetmp" => "application/onenote",
".onetoc2" => "application/onenote",
".oxps" => "application/oxps",
".210" => "application/p21",
".ifc" => "application/p21",
".p21" => "application/p21",
".stpnc" => "application/p21",
".relo" => "application/p2p-overlay+xml",
".pdf" => "application/pdf",
".pem" => "application/pem-certificate-chain",
@ -182,6 +190,10 @@ setup {
".mft" => "application/rpki-manifest",
".roa" => "application/rpki-roa",
".rtf" => "application/rtf",
".sarif" => "application/sarif+json",
".sarif.json" => "application/sarif+json",
".sarif-external-properties" => "application/sarif-external-properties+json",
".sarif-external-properties.json" => "application/sarif-external-properties+json",
".scim" => "application/scim+json",
".scq" => "application/scvp-cv-request",
".scs" => "application/scvp-cv-response",
@ -208,12 +220,14 @@ setup {
".sml" => "application/smil+xml",
".rq" => "application/sparql-query",
".srx" => "application/sparql-results+xml",
".spdx.json" => "application/spdx+json",
".sql" => "application/sql",
".gram" => "application/srgs",
".grxml" => "application/srgs+xml",
".sru" => "application/sru+xml",
".ssml" => "application/ssml+xml",
".stix" => "application/stix+json",
".coswid" => "application/swid+cbor",
".swidtag" => "application/swid+xml",
".tau" => "application/tamp-apex-update",
".auc" => "application/tamp-apex-update-confirm",
@ -232,6 +246,9 @@ setup {
".tsq" => "application/timestamp-query",
".tsr" => "application/timestamp-reply",
".tsd" => "application/timestamped-data",
".jsontm" => "application/tm+json",
".tm.json" => "application/tm+json",
".tm.jsonld" => "application/tm+json",
".trig" => "application/trig",
".ttml" => "application/ttml+xml",
".gsheet" => "application/urc-grpsheet+xml",
@ -251,6 +268,7 @@ setup {
".xel" => "application/xcap-el+xml",
".xer" => "application/xcap-error+xml",
".xns" => "application/xcap-ns+xml",
".xfdf" => "application/xfdf",
".xht" => "application/xhtml+xml",
".xhtm" => "application/xhtml+xml",
".xhtml" => "application/xhtml+xml",
@ -310,13 +328,13 @@ setup {
".fxp" => "application/vnd.adobe.fxp",
".fxpl" => "application/vnd.adobe.fxp",
".xdp" => "application/vnd.adobe.xdp+xml",
".xfdf" => "application/vnd.adobe.xfdf",
".afp" => "application/vnd.afpc.modca",
".list3820" => "application/vnd.afpc.modca",
".listafp" => "application/vnd.afpc.modca",
".pseg3820" => "application/vnd.afpc.modca",
".ovl" => "application/vnd.afpc.modca-overlay",
".psg" => "application/vnd.afpc.modca-pagesegment",
".age" => "application/vnd.age",
".ahead" => "application/vnd.ahead.space",
".azf" => "application/vnd.airzip.filesecure.azf",
".azs" => "application/vnd.airzip.filesecure.azs",
@ -328,6 +346,10 @@ setup {
".apkg" => "application/vnd.anki",
".cii" => "application/vnd.anser-web-certificate-issue-initiation",
".fti" => "application/vnd.anser-web-funds-transfer-initiation",
".arrow" => "application/vnd.apache.arrow.file",
".arrows" => "application/vnd.apache.arrow.stream",
".apex" => "application/vnd.apexlang",
".apexlang" => "application/vnd.apexlang",
".dist" => "application/vnd.apple.installer+xml",
".distz" => "application/vnd.apple.installer+xml",
".mpkg" => "application/vnd.apple.installer+xml",
@ -344,6 +366,8 @@ setup {
".bmml" => "application/vnd.balsamiq.bmml+xml",
".bmpr" => "application/vnd.balsamiq.bmpr",
".ac2" => "application/vnd.banana-accounting",
".lhzd" => "application/vnd.belightsoft.lhzd+zip",
".lhzl" => "application/vnd.belightsoft.lhzl+zip",
".mpm" => "application/vnd.blueice.multipass",
".ep" => "application/vnd.bluetooth.ep.oob",
".le" => "application/vnd.bluetooth.le.oob",
@ -397,10 +421,14 @@ setup {
".clkw" => "application/vnd.crick.clicker.wordbank",
".wbs" => "application/vnd.criticaltools.wbs+xml",
".ssvc" => "application/vnd.crypto-shade-file",
".c9r" => "application/vnd.cryptomator.encrypted",
".c9s" => "application/vnd.cryptomator.encrypted",
".cryptomator" => "application/vnd.cryptomator.vault",
".pml" => "application/vnd.ctc-posml",
".ppd" => "application/vnd.cups-ppd",
".dart" => "application/vnd.dart",
".rdz" => "application/vnd.data-vision.rdz",
".dl" => "application/vnd.datalog",
".dbf" => "application/vnd.dbf",
".ddeb" => "application/vnd.debian.binary-package",
".deb" => "application/vnd.debian.binary-package",
@ -429,6 +457,7 @@ setup {
".geo" => "application/vnd.dynageo",
".dzr" => "application/vnd.dzr",
".mag" => "application/vnd.ecowin.chart",
".ELN" => "application/vnd.eln+zip",
".nml" => "application/vnd.enliven",
".esf" => "application/vnd.epson.esf",
".msf" => "application/vnd.epson.msf",
@ -444,6 +473,7 @@ setup {
".sce" => "application/vnd.etsi.asic-e+zip",
".asics" => "application/vnd.etsi.asic-s+zip",
".tst" => "application/vnd.etsi.timestamp-token",
".carjson" => "application/vnd.eu.kasparian.car+json",
".ecigprofile" => "application/vnd.evolv.ecig.profile",
".ecig" => "application/vnd.evolv.ecig.settings",
".ecigtheme" => "application/vnd.evolv.ecig.theme",
@ -451,8 +481,8 @@ setup {
".pub" => "application/vnd.exstream-package",
".ez2" => "application/vnd.ezpix-album",
".ez3" => "application/vnd.ezpix-package",
".gdz" => "application/vnd.familysearch.gedcom+zip",
".dim" => "application/vnd.fastcopy-disk-image",
".fdf" => "application/vnd.fdf",
".msd" => "application/vnd.fdsn.mseed",
".mseed" => "application/vnd.fdsn.mseed",
".dataless" => "application/vnd.fdsn.seed",
@ -474,7 +504,14 @@ setup {
".xct" => "application/vnd.fujixerox.docuworks.container",
".fzs" => "application/vnd.fuzzysheet",
".txd" => "application/vnd.genomatix.tuxedo",
".genozip" => "application/vnd.genozip",
".grd" => "application/vnd.gentics.grd+json",
".ebuild" => "application/vnd.gentoo.ebuild",
".eclass" => "application/vnd.gentoo.eclass",
".gpkg.tar" => "application/vnd.gentoo.gpkg",
".xpak" => "application/vnd.gentoo.xpak",
".ggb" => "application/vnd.geogebra.file",
".ggs" => "application/vnd.geogebra.slides",
".ggt" => "application/vnd.geogebra.tool",
".gex" => "application/vnd.geometry-explorer",
".gre" => "application/vnd.geometry-explorer",
@ -527,6 +564,7 @@ setup {
".i2g" => "application/vnd.intergeo",
".qbo" => "application/vnd.intu.qbo",
".qfx" => "application/vnd.intu.qfx",
".car" => "application/vnd.ipld.car",
".rcprofile" => "application/vnd.ipunplugged.rcprofile",
".irp" => "application/vnd.irepository.package+xml",
".xpr" => "application/vnd.is-xpr",
@ -554,6 +592,7 @@ setup {
".skp" => "application/vnd.koan",
".skt" => "application/vnd.koan",
".sse" => "application/vnd.kodak-descriptor",
".las" => "application/vnd.las",
".lasjson" => "application/vnd.las.las+json",
".lasxml" => "application/vnd.las.las+xml",
".lbd" => "application/vnd.llamagraphics.life-balance.desktop",
@ -586,10 +625,12 @@ setup {
".portpkg" => "application/vnd.macports.portpkg",
".mvt" => "application/vnd.mapbox-vector-tile",
".mdc" => "application/vnd.marlin.drm.mdcf",
".3tz" => "application/vnd.maxar.archive.3tz+zip",
".mmdb" => "application/vnd.maxmind.maxmind-db",
".mcd" => "application/vnd.mcd",
".mc1" => "application/vnd.medcalcdata",
".cdkey" => "application/vnd.mediastation.cdkey",
".rxt" => "application/vnd.medicalholodeck.recordxr",
".mfm" => "application/vnd.mfmp",
".flo" => "application/vnd.micrografx.flo",
".igx" => "application/vnd.micrografx.igx",
@ -643,6 +684,8 @@ setup {
".mus" => "application/vnd.musician",
".msty" => "application/vnd.muvee.style",
".taglet" => "application/vnd.mynfc",
".line" => "application/vnd.nebumind.line",
".nebul" => "application/vnd.nebumind.line",
".bkm" => "application/vnd.nervana",
".entity" => "application/vnd.nervana",
".kcm" => "application/vnd.nervana",
@ -662,9 +705,9 @@ setup {
".edm" => "application/vnd.novadigm.EDM",
".edx" => "application/vnd.novadigm.EDX",
".ext" => "application/vnd.novadigm.EXT",
".odb" => "application/vnd.oasis.opendocument.base",
".odc" => "application/vnd.oasis.opendocument.chart",
".otc" => "application/vnd.oasis.opendocument.chart-template",
".odb" => "application/vnd.oasis.opendocument.database",
".odf" => "application/vnd.oasis.opendocument.formula",
".odg" => "application/vnd.oasis.opendocument.graphics",
".otg" => "application/vnd.oasis.opendocument.graphics-template",
@ -707,13 +750,12 @@ setup {
".oprc" => "application/vnd.palm",
".pdb" => "application/vnd.palm",
".pqa" => "application/vnd.palm",
".prc" => "application/vnd.palm",
".plp" => "application/vnd.panoply",
".dive" => "application/vnd.patentdive",
".paw" => "application/vnd.pawaafile",
".str" => "application/vnd.pg.format",
".ei6" => "application/vnd.pg.osasli",
".pil" => "application/vnd.piaccess.application-license",
".pil" => "application/vnd.piaccess.application-licence",
".efif" => "application/vnd.picsel",
".wg" => "application/vnd.pmi.widget",
".plf" => "application/vnd.pocketlearn",
@ -732,6 +774,8 @@ setup {
".rar" => "application/vnd.rar",
".bed" => "application/vnd.realvnc.bed",
".mxl" => "application/vnd.recordare.musicxml",
".reload" => "application/vnd.resilient.logic",
".rlm" => "application/vnd.resilient.logic",
".cryptonote" => "application/vnd.rig.cryptonote",
".cod" => "application/vnd.rim.cod",
".link66" => "application/vnd.route66.link66+xml",
@ -789,6 +833,7 @@ setup {
".sds" => "application/vnd.stardivision.chart",
".sda" => "application/vnd.stardivision.draw",
".sdd" => "application/vnd.stardivision.impress",
".smf" => "application/vnd.stardivision.math",
".sdw" => "application/vnd.stardivision.writer",
".sgl" => "application/vnd.stardivision.writer-global",
".smzip" => "application/vnd.stepmania.package",
@ -806,6 +851,11 @@ setup {
".stw" => "application/vnd.sun.xml.writer.template",
".sus" => "application/vnd.sus-calendar",
".susp" => "application/vnd.sus-calendar",
".ml2" => "application/vnd.sybyl.mol2",
".mol2" => "application/vnd.sybyl.mol2",
".sy2" => "application/vnd.sybyl.mol2",
".scl" => "application/vnd.sycle+xml",
".syft.json" => "application/vnd.syft+json",
".sis" => "application/vnd.symbian.install",
".xsm" => "application/vnd.syncml+xml",
".bdm" => "application/vnd.syncml.dm+wbxml",
@ -839,6 +889,8 @@ setup {
".mxi" => "application/vnd.vd-study",
".study-inter" => "application/vnd.vd-study",
".vwx" => "application/vnd.vectorworks",
".aion" => "application/vnd.veritone.aion+json",
".vtnstd" => "application/vnd.veritone.aion+json",
".istc" => "application/vnd.veryant.thin",
".isws" => "application/vnd.veryant.thin",
".VES" => "application/vnd.ves.encrypted",
@ -854,6 +906,7 @@ setup {
".wbxml" => "application/vnd.wap.wbxml",
".wmlc" => "application/vnd.wap.wmlc",
".wmlsc" => "application/vnd.wap.wmlscriptc",
".wafl" => "application/vnd.wasmflow.wafl",
".wtb" => "application/vnd.webturbo",
".p2p" => "application/vnd.wfa.p2p",
".wsc" => "application/vnd.wfa.wsc",
@ -862,7 +915,6 @@ setup {
".m" => "application/vnd.wolfram.mathematica.package",
".nbp" => "application/vnd.wolfram.player",
".wpd" => "application/vnd.wordperfect",
".wp5" => "application/vnd.wordperfect5.1",
".wqd" => "application/vnd.wqd",
".stf" => "application/vnd.wt.stf",
".wv" => "application/vnd.wv.csp+wbxml",
@ -934,7 +986,6 @@ setup {
".fbdoc" => "application/x-maker",
".frame" => "application/x-maker",
".maker" => "application/x-maker",
".application" => "application/x-ms-application",
".wmd" => "application/x-ms-wmd",
".wmz" => "application/x-ms-wmz",
".bat" => "application/x-msdos-program",
@ -976,7 +1027,6 @@ setup {
".src" => "application/x-wais-source",
".wz" => "application/x-wingz",
".crt" => "application/x-x509-ca-cert",
".xcf" => "application/x-xcf",
".fig" => "application/x-xfig",
".xpi" => "application/x-xpinstall",
".xz" => "application/x-xz",
@ -1014,7 +1064,7 @@ setup {
".lbc" => "audio/iLBC",
".mhas" => "audio/mhas",
".mxmf" => "audio/mobile-xmf",
".m4a" => "audio/mpeg",
".m4a" => "audio/mp4",
".mp1" => "audio/mpeg",
".mp2" => "audio/mpeg",
".mp3" => "audio/mpeg",
@ -1107,7 +1157,6 @@ setup {
".sd" => "chemical/x-mdl-sdfile",
".tgf" => "chemical/x-mdl-tgf",
".mcif" => "chemical/x-mmcif",
".mol2" => "chemical/x-mol2",
".b" => "chemical/x-molconn-Z",
".gpt" => "chemical/x-mopac-graph",
".mop" => "chemical/x-mopac-input",
@ -1129,11 +1178,15 @@ setup {
".woff" => "font/woff",
".woff2" => "font/woff2",
".exr" => "image/aces",
".apng" => "image/apng",
".avci" => "image/avci",
".avcs" => "image/avcs",
".avif" => "image/avif",
".hif" => "image/avif",
".bmp" => "image/bmp",
".cgm" => "image/cgm",
".drle" => "image/dicom-rle",
".dpx" => "image/dpx",
".emf" => "image/emf",
".fit" => "image/fits",
".fits" => "image/fits",
@ -1160,6 +1213,7 @@ setup {
".jpm" => "image/jpm",
".jpf" => "image/jpx",
".jpx" => "image/jpx",
".jxl" => "image/jxl",
".jxr" => "image/jxr",
".jxra" => "image/jxrA",
".jxrs" => "image/jxrS",
@ -1176,11 +1230,10 @@ setup {
".pti" => "image/prs.pti",
".svg" => "image/svg+xml",
".svgz" => "image/svg+xml",
".T38" => "image/t38",
".t38" => "image/t38",
".tif" => "image/tiff",
".tiff" => "image/tiff",
".tfx" => "image/tiff-fx",
".webp" => "image/webp",
".wmf" => "image/wmf",
".psd" => "image/vnd.adobe.photoshop",
".azv" => "image/vnd.airzip.accelerator.azv",
@ -1200,7 +1253,6 @@ setup {
".PGB" => "image/vnd.globalgraphics.pgb",
".pgb" => "image/vnd.globalgraphics.pgb",
".ico" => "image/vnd.microsoft.icon",
".apng" => "image/vnd.mozilla.apng",
".mdi" => "image/vnd.ms-modi",
".b16" => "image/vnd.pco.b16",
".hdr" => "image/vnd.radiance",
@ -1235,6 +1287,7 @@ setup {
".ppm" => "image/x-portable-pixmap",
".rgb" => "image/x-rgb",
".xbm" => "image/x-xbitmap",
".xcf" => "image/x-xcf",
".xpm" => "image/x-xpixmap",
".xwd" => "image/x-xwindowdump",
".u8msg" => "message/global",
@ -1244,6 +1297,7 @@ setup {
".art" => "message/rfc822",
".eml" => "message/rfc822",
".mail" => "message/rfc822",
".jt" => "model/JT",
".gltf" => "model/gltf+json",
".glb" => "model/gltf-binary",
".iges" => "model/iges",
@ -1253,13 +1307,23 @@ setup {
".silo" => "model/mesh",
".mtl" => "model/mtl",
".obj" => "model/obj",
".prc" => "model/prc",
".step" => "model/step",
".stp" => "model/step",
".stpx" => "model/step+xml",
".stpz" => "model/step+zip",
".stpxz" => "model/step-xml+zip",
".stl" => "model/stl",
".u3d" => "model/u3d",
".vrm" => "model/vrml",
".vrml" => "model/vrml",
".wrl" => "model/vrml",
".x3db" => "model/x3d+fastinfoset",
".x3dv" => "model/x3d+vrml",
".x3dvz" => "model/x3d+vrml",
".x3d" => "model/x3d+xml",
".x3dz" => "model/x3d+xml",
".x3dv" => "model/x3d-vrml",
".x3dvz" => "model/x3d-vrml",
".cld" => "model/vnd.cld",
".dae" => "model/vnd.collada+xml",
".dwf" => "model/vnd.dwf",
".dor" => "model/vnd.gdl",
@ -1274,25 +1338,33 @@ setup {
".moml" => "model/vnd.moml+xml",
".mts" => "model/vnd.mts",
".ogex" => "model/vnd.opengex",
".pyox" => "model/vnd.pytha.pyox",
".vds" => "model/vnd.sap.vds",
".usda" => "model/vnd.usda",
".usdz" => "model/vnd.usdz+zip",
".bsp" => "model/vnd.valve.source.compiled-map",
".vtu" => "model/vnd.vtu",
".vpm" => "multipart/voice-message",
".bmed" => "multipart/vnd.bint.med-plus",
".sgm" => "text/SGML",
".sgml" => "text/SGML",
".appcache" => "text/cache-manifest",
".manifest" => "text/cache-manifest",
".ics" => "text/calendar",
".ifb" => "text/calendar",
".CQL" => "text/cql",
".css" => "text/css; charset=utf-8",
".csv" => "text/csv; charset=utf-8",
".csvs" => "text/csv-schema",
".soa" => "text/dns",
".zone" => "text/dns",
".323" => "text/h323",
".gff3" => "text/gff3",
".htm" => "text/html",
".html" => "text/html",
".shtml" => "text/html",
".uls" => "text/iuls",
".es" => "text/javascript",
".js" => "text/javascript",
".mjs" => "text/javascript",
".cnd" => "text/jcr-cnd",
".markdown" => "text/markdown; charset=utf-8",
".md" => "text/markdown; charset=utf-8",
@ -1307,10 +1379,10 @@ setup {
".rst" => "text/prs.fallenstein.rst",
".dsc" => "text/prs.lines.tag",
".tag" => "text/prs.lines.tag",
".rtx" => "text/richtext",
".sct" => "text/scriptlet",
".sgm" => "text/sgml",
".sgml" => "text/sgml",
".shaclc" => "text/shaclc",
".shc" => "text/shaclc",
".shex" => "text/shex",
".spdx" => "text/spdx",
".tsv" => "text/tab-separated-values",
".tm" => "text/texmacs",
".roff" => "text/troff",
@ -1322,6 +1394,7 @@ setup {
".vcard" => "text/vcard",
".vcf" => "text/vcard",
".vtt" => "text/vtt",
".wgsl" => "text/wgsl",
".dms" => "text/vnd.DMClientScript",
".a" => "text/vnd.a",
".abc" => "text/vnd.abc",
@ -1329,11 +1402,14 @@ setup {
".curl" => "text/vnd.curl",
".copyright" => "text/vnd.debian.copyright",
".jtd" => "text/vnd.esmertec.theme-descriptor",
".VFK" => "text/vnd.exchangeable",
".ged" => "text/vnd.familysearch.gedcom",
".flt" => "text/vnd.ficlab.flt",
".fly" => "text/vnd.fly",
".flx" => "text/vnd.fmi.flexstor",
".dot" => "text/vnd.graphviz",
".gv" => "text/vnd.graphviz",
".hans" => "text/vnd.hans",
".hgl" => "text/vnd.hgl",
".3dm" => "text/vnd.in3d.3dml",
".3dml" => "text/vnd.in3d.3dml",
@ -1389,7 +1465,6 @@ setup {
".tex" => "text/x-tex; charset=utf-8",
".vcs" => "text/x-vcalendar",
".axv" => "video/annodex",
".dl" => "video/dl",
".dif" => "video/dv",
".dv" => "video/dv",
".fli" => "video/fli",
@ -1452,9 +1527,6 @@ setup {
".wvx" => "video/x-ms-wvx",
".avi" => "video/x-msvideo",
".movie" => "video/x-sgi-movie",
".ice" => "x-conference/x-cooltalk",
".sisx" => "x-epoc/x-sisx-app",
".vrm" => "x-world/x-vrml",
# other useful mappings