X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgisimple.c;h=f962fdfaaecee660c159d7a221db608efbf5bc2c;hp=3029f14b95020c34bc09f398701d4dc79c42bb0d;hb=c5b8825873c2e08323d2521afab84a959bfa7248;hpb=dea66ab08a60bd782ac846b623655bb1fc1e2e5a diff --git a/cgisimple.c b/cgisimple.c index 3029f14b..f962fdfa 100644 --- a/cgisimple.c +++ b/cgisimple.c @@ -1438,11 +1438,14 @@ jb_err cgi_show_url_info(struct client_state *csp, } /* - * We have a warning about SSL paths. Hide it for unencrypted sites. + * We have a warning about SSL paths. Hide it for unencrypted sites + * and unconditionally if https inspection is enabled. */ +#ifndef FEATURE_HTTPS_INSPECTION if (!url_to_query->ssl) +#endif { - if (map_block_killer(exports, "https")) + if (map_block_killer(exports, "https-and-no-https-inspection")) { free_current_action(action); free_map(exports);