X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=cgisimple.c;h=fd47c6d01475e2250f7d62699d0857381d500bd6;hb=f7ff66d8e391d3be748c8a3824518cd9ae5ca7a8;hp=5099a579e765d43ca1e3219fa5bb34e4d02f45ac;hpb=b9806a317e5ebb2de178414a7622011a406e42ff;p=privoxy.git diff --git a/cgisimple.c b/cgisimple.c index 5099a579..fd47c6d0 100644 --- a/cgisimple.c +++ b/cgisimple.c @@ -526,8 +526,8 @@ jb_err cgi_toggle_client_tag(struct client_state *csp, * 3 : parameters = map of cgi parameters * * CGI Parameters : - * type : Selects the type of banner between "trans", "logo", - * and "auto". Defaults to "logo" if absent or invalid. + * type : Selects the type of banner between "trans", "pattern", + * and "auto". Defaults to "pattern" if absent or invalid. * "auto" means to select as if we were image-blocking. * (Only the first character really counts; b and t are * equivalent). @@ -980,7 +980,8 @@ jb_err cgi_send_user_manual(struct client_state *csp, assert(rsp); assert(parameters); - if (0 == strncmpic(csp->config->usermanual, "http://", 7)) + if (0 == strncmpic(csp->config->usermanual, "http://", 7) || + 0 == strncmpic(csp->config->usermanual, "https://", 8)) { log_error(LOG_LEVEL_CGI, "Request for local user-manual " "received while user-manual delivery is disabled.");