X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=cgiedit.c;h=a9e4b0ebfe3eb82cf37a888cb1a8c4758014f89e;hb=f8db6aea8837f89ecfb6582b6d2e875d9dbede26;hp=14886d45301ce38356db9a6415a947adf6512b8c;hpb=1197b9d2c922eef32bccb8411748d2d18f27a454;p=privoxy.git 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