X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgisimple.c;h=0148120a1aa2ff4f6ed47087208f4daf26c27050;hp=5711087ef1b3a8fd0a63bd4856962546c054c0bb;hb=30c73cb52bfe34d9de987ec107389b888da318fe;hpb=9af1c10430e565c42000cbe559029bee5ebd681a diff --git a/cgisimple.c b/cgisimple.c index 5711087e..0148120a 100644 --- a/cgisimple.c +++ b/cgisimple.c @@ -6,7 +6,7 @@ * status. * * Copyright : Written by and Copyright (C) 2001-2017 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -1828,6 +1828,14 @@ static jb_err show_defines(struct map *exports) 1, #else 0, +#endif + }, + { + "FEATURE_HTTPS_INSPECTION", +#ifdef FEATURE_HTTPS_INSPECTION + 1, +#else + 0, #endif }, {