From fe7ff95a7fc96315a9022f4d02c11e6264b1bb1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Sun, 10 Feb 2019 20:32:53 +0100 Subject: [PATCH] Fix MIME-type Add application/wasm and text/calendar --- mime.types | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mime.types b/mime.types index 675eb6c..4058739 100644 --- a/mime.types +++ b/mime.types @@ -20,6 +20,7 @@ types { # Servers should use text/javascript for JavaScript resources. # https://html.spec.whatwg.org/multipage/scripting.html#scriptingLanguages text/javascript js mjs; + application/wasm wasm; # Manifest files @@ -124,10 +125,11 @@ types { text/css css; text/csv csv; text/html htm html shtml; - text/markdown md; + text/markdown md markdown; text/mathml mml; text/plain txt; text/vcard vcard vcf; + text/calendar ics; text/vnd.rim.location.xloc xloc; text/vnd.sun.j2me.app-descriptor jad; text/vnd.wap.wml wml;