X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgiedit.c;h=14886d45301ce38356db9a6415a947adf6512b8c;hp=830a82669ee8b50960834440f0409bd5ecdb0d9b;hb=8e0f19f1856e7840c0c4235f4e6e5d48311ad95c;hpb=767afb7f5d7062d75385b9ab3afdad47d0249a39 diff --git a/cgiedit.c b/cgiedit.c index 830a8266..14886d45 100644 --- a/cgiedit.c +++ b/cgiedit.c @@ -1100,7 +1100,7 @@ jb_err edit_parse_actions_file(struct editable_file * file) /* alias_list contains the aliases defined in this file. * It might be better to use the "file_line.data" fields - * in the relavent places instead. + * in the relevant places instead. */ cur_line = file->lines; @@ -2750,7 +2750,7 @@ jb_err cgi_edit_actions_for_url(struct client_state *csp, * browsers (BR #1570678). * * The config option split-large-forms works around this browser - * bug (HTTP has no URL length limitation) by deviding the action + * bug (HTTP has no URL length limitation) by dividing the action * list form into multiple smaller ones. It means the URLs are shorter * and work in broken browsers as well, but the user can no longer change * all actions with one submit. @@ -2782,6 +2782,9 @@ 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 + if (!err) err = map_block_killer(exports, "https-inspection"); +#endif if (err) {