From 42a2dc902300df9e186cfcd6ba436f8962cc3026 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 29 May 2020 08:30:27 +0200 Subject: [PATCH] Rename HTML block name 'https' to 'https-and-no-https-inspection' The block is only relevant when compiled without FEATURE_HTTPS_INSPECTION. Sponsored by: Robert Klemme --- cgisimple.c | 2 +- templates/show-url-info | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cgisimple.c b/cgisimple.c index 148f0617..f962fdfa 100644 --- a/cgisimple.c +++ b/cgisimple.c @@ -1445,7 +1445,7 @@ jb_err cgi_show_url_info(struct client_state *csp, if (!url_to_query->ssl) #endif { - if (map_block_killer(exports, "https")) + if (map_block_killer(exports, "https-and-no-https-inspection")) { free_current_action(action); free_map(exports); diff --git a/templates/show-url-info b/templates/show-url-info index bb2dc91d..0514a4a9 100644 --- a/templates/show-url-info +++ b/templates/show-url-info @@ -190,11 +190,11 @@ - +

NOTE:

This is a HTTPS URL, so the part after the "/" is ignored as Privoxy doesn't see the path for real HTTPS requests either.

- +

Matches for @url@:

@matches@ -- 2.39.2