X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgi.c;fp=cgi.c;h=cb1f07258f7741b896478e5ee6a69d2cf21a9bf9;hp=6c788064c7657533608e5866345be1c7657839da;hb=10fc609bee8f3c6832d9107e01f59386febe341a;hpb=aaceefe0b1e2b0f4f7cc3a916fe42a35b90701d4 diff --git a/cgi.c b/cgi.c index 6c788064..cb1f0725 100644 --- a/cgi.c +++ b/cgi.c @@ -221,6 +221,9 @@ static const struct cgi_dispatcher cgi_dispatchers[] = { { "user-manual", cgi_send_user_manual, NULL, TRUE /* Send user-manual */ }, + { "wpad.dat", + cgi_send_wpad, + NULL, TRUE /* Send wpad.dat proxy autoconfiguration file */ }, { NULL, /* NULL Indicates end of list and default page */ cgi_error_404, NULL, TRUE /* Unknown CGI page */ }