From dbcfeb9dded9760b3a53fc84e51169110c645250 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 5 Jun 2020 16:05:51 +0200 Subject: [PATCH] Fix spelling of FEATURE_HTTPS_INSPECTION ... so the action editor actually allows to set https-inspection and ignore-certificate-errors. Reported by: Roland --- cgiedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2