Fix MIME-type

Add application/wasm and text/calendar
This commit is contained in:
Léo Colombaro 2019-02-10 20:32:53 +01:00
parent 8a4a1ce706
commit fe7ff95a7f
No known key found for this signature in database
GPG Key ID: 687B480A6D4F735F
1 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,7 @@ types {
# Servers should use text/javascript for JavaScript resources. # Servers should use text/javascript for JavaScript resources.
# https://html.spec.whatwg.org/multipage/scripting.html#scriptingLanguages # https://html.spec.whatwg.org/multipage/scripting.html#scriptingLanguages
text/javascript js mjs; text/javascript js mjs;
application/wasm wasm;
# Manifest files # Manifest files
@ -124,10 +125,11 @@ types {
text/css css; text/css css;
text/csv csv; text/csv csv;
text/html htm html shtml; text/html htm html shtml;
text/markdown md; text/markdown md markdown;
text/mathml mml; text/mathml mml;
text/plain txt; text/plain txt;
text/vcard vcard vcf; text/vcard vcard vcf;
text/calendar ics;
text/vnd.rim.location.xloc xloc; text/vnd.rim.location.xloc xloc;
text/vnd.sun.j2me.app-descriptor jad; text/vnd.sun.j2me.app-descriptor jad;
text/vnd.wap.wml wml; text/vnd.wap.wml wml;