proc: expose HTTP Origin header in process environment
[project/uhttpd.git] / mimetypes.h
index 64370ce..1f5b92f 100644 (file)
@@ -46,6 +46,8 @@ static const struct mimetype uh_mime_types[] = {
        { "jpeg",    "image/jpeg" },
        { "svg",     "image/svg+xml" },
 
+       { "json",    "application/json" },
+       { "jsonp",   "application/javascript" },
        { "zip",     "application/zip" },
        { "pdf",     "application/pdf" },
        { "xml",     "application/xml" },
@@ -82,8 +84,10 @@ static const struct mimetype uh_mime_types[] = {
        { "cfg",     "text/plain" },
        { "conf",    "text/plain" },
 
-       { "pac",                "application/x-ns-proxy-autoconfig" },
-       { "wpad.dat",   "application/x-ns-proxy-autoconfig" },
+       { "pac",      "application/x-ns-proxy-autoconfig" },
+       { "wpad.dat", "application/x-ns-proxy-autoconfig" },
+       { "appcache", "text/cache-manifest" },
+       { "manifest", "text/cache-manifest" },
 
        { NULL, NULL }
 };