X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=blobdiff_plain;f=mimetypes.h;fp=mimetypes.h;h=1f5b92ff57e5d2cba132c4c0d87143faa8fadea0;hp=06514861975d1ac14f744473f3b709310c31aa60;hb=3fd58e9b6da7d9e1a4710dbeefc2d289baea09fb;hpb=88c0b4b6d00152c54a0f1367ae839c71547281e1 diff --git a/mimetypes.h b/mimetypes.h index 0651486..1f5b92f 100644 --- a/mimetypes.h +++ b/mimetypes.h @@ -84,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 } };