X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=blobdiff_plain;f=mimetypes.h;h=06514861975d1ac14f744473f3b709310c31aa60;hp=64370ce084ddf9c567947e532dfbe9a1fc5cc5a8;hb=fd8e5e379c23c5fbcec3e76894b839233df09067;hpb=1f4c517bb889413e55ccee466d9dfe79156092e8 diff --git a/mimetypes.h b/mimetypes.h index 64370ce..0651486 100644 --- a/mimetypes.h +++ b/mimetypes.h @@ -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" },