X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgisimple.c;h=febde4faf4236a2cf2e1c7233c9bf6ce8ea1acb6;hp=5711087ef1b3a8fd0a63bd4856962546c054c0bb;hb=c5a8c4496dc51ee5a4cdeb65d6275a08e18d0a79;hpb=9af1c10430e565c42000cbe559029bee5ebd681a diff --git a/cgisimple.c b/cgisimple.c index 5711087e..febde4fa 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_FILTERING", +#ifdef FEATURE_HTTPS_FILTERING + 1, +#else + 0, #endif }, {