MIME: add application/manifest+json type
Anas Bouzid
bouzid.anas.1 at gmail.com
Mon Mar 4 05:05:02 UTC 2019
# HG changeset patch
# User Anas Bouzid <bouzid.anas.1 at gmail.com>
# Date 1551674425 -3600
# Mon Mar 04 05:40:25 2019 +0100
# Node ID 4424fc3aec3eb5de188de2f95adcbf095bf14816
# Parent 3f1db95d758ab6b331065e99df47666bb1ed5e06
MIME: add application/manifest+json type
The .webmanifest extension should be served using
the application/manifest+json MIME type.
https://w3c.github.io/manifest/#media-type-registration
diff -r 3f1db95d758a -r 4424fc3aec3e conf/mime.types
--- a/conf/mime.types Sun Mar 03 16:49:02 2019 +0300
+++ b/conf/mime.types Mon Mar 04 05:40:25 2019 +0100
@@ -30,6 +30,7 @@
application/java-archive jar war ear;
application/json json;
application/mac-binhex40 hqx;
+ application/manifest+json webmanifest;
application/msword doc;
application/pdf pdf;
application/postscript ps eps ai;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20190304/277ee695/attachment.html>
More information about the nginx-devel
mailing list