X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgiedit.c;h=a9e4b0ebfe3eb82cf37a888cb1a8c4758014f89e;hp=14886d45301ce38356db9a6415a947adf6512b8c;hb=dbcfeb9dded9760b3a53fc84e51169110c645250;hpb=b501f2a356f6a2f8c2a9b3b4461315930f9459a5 diff --git a/cgiedit.c b/cgiedit.c index 14886d45..a9e4b0eb 100644 --- a/cgiedit.c +++ b/cgiedit.c @@ -2782,7 +2782,7 @@ jb_err cgi_edit_actions_for_url(struct client_state *csp, #ifndef FEATURE_EXTERNAL_FILTERS if (!err) err = map_block_killer(exports, "external-content-filters"); #endif -#ifndef FEATURE_HTTP_INSPECTION +#ifndef FEATURE_HTTPS_INSPECTION if (!err) err = map_block_killer(exports, "https-inspection"); #endif