From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 5 Jun 2020 14:05:51 +0000 (+0200)
Subject: Fix spelling of FEATURE_HTTPS_INSPECTION
X-Git-Tag: v_3_0_29~317
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/faq/static/@default-cgi@send-stylesheet?a=commitdiff_plain;h=dbcfeb9dded9760b3a53fc84e51169110c645250;p=privoxy.git

Fix spelling of FEATURE_HTTPS_INSPECTION

... so the action editor actually allows to set
https-inspection and ignore-certificate-errors.

Reported by: Roland
---

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