X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/cbe586a91926490315c183de105cba6ee4872d1e..ac9f1c362765fb3702259748f4caff6e48803e93:/package/uhttpd/src/uhttpd-mimetypes.h diff --git a/package/uhttpd/src/uhttpd-mimetypes.h b/package/uhttpd/src/uhttpd-mimetypes.h index 032d3d0c2..21717c000 100644 --- a/package/uhttpd/src/uhttpd-mimetypes.h +++ b/package/uhttpd/src/uhttpd-mimetypes.h @@ -76,6 +76,9 @@ static struct mimetype uh_mime_types[] = { { "cfg", "text/plain" }, { "conf", "text/plain" }, + { "pac", "application/x-ns-proxy-autoconfig" }, + { "wpad.dat", "application/x-ns-proxy-autoconfig" }, + { NULL, NULL } };