From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Koch To: development@lists.ipfire.org Subject: [PATCH 2/2] apache / WPAD: Add correct MIME type for wpad.dat and proxy.pac Date: Thu, 18 Apr 2019 01:54:18 +0200 Message-ID: <1555545258-20523-2-git-send-email-ipfire@starkstromkonsument.de> In-Reply-To: <1555545258-20523-1-git-send-email-ipfire@starkstromkonsument.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8300436363608082432==" List-Id: --===============8300436363608082432== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Some clients require the correct MIME type to be set for accepting/handling t= he Proxy-Settings properly. See: http://findproxyforurl.com/deploying-wpad/ Signed-off-by: Alexander Koch --- config/etc/mime.types | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/etc/mime.types b/config/etc/mime.types index bf088b0..af82d48 100644 --- a/config/etc/mime.types +++ b/config/etc/mime.types @@ -168,6 +168,8 @@ application/x-javascript js application/x-koan skp skd skt skm application/x-latex latex application/x-netcdf nc cdf +application/x-ns-proxy-autoconfig pac +application/x-ns-proxy-autoconfig dat # The standard is that rpm is audio/x-pn-realaudio-plugin... oh well... application/x-rpm rpm application/x-sh sh --=20 2.7.4 --===============8300436363608082432==--