X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=cgisimple.c;h=3be01e397cef6fd510af6341213da12099181d6b;hb=4ffa4ce5db8e6a9d67ef548663a1f41710285223;hp=148f0617dce893a97c8f735162077ed3f3218cbc;hpb=6cf41422b99349e14b58d20b5b845ee2d4e578b8;p=privoxy.git diff --git a/cgisimple.c b/cgisimple.c index 148f0617..3be01e39 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); @@ -1759,6 +1759,14 @@ static jb_err show_defines(struct map *exports) 1, #else 0, +#endif + }, + { + "FEATURE_BROTLI", +#ifdef FEATURE_BROTLI + 1, +#else + 0, #endif }, {