X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgisimple.c;h=0148120a1aa2ff4f6ed47087208f4daf26c27050;hp=a7678ae2408ca176b5f9f3dc47d73a8ff53681c9;hb=04a8c84df57012d1b615db66862ef8cdb908d82a;hpb=c6ae2ae325d235baed559fa8227e278e96efc68c diff --git a/cgisimple.c b/cgisimple.c index a7678ae2..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 @@ -1831,8 +1831,8 @@ static jb_err show_defines(struct map *exports) #endif }, { - "FEATURE_HTTPS_FILTERING", -#ifdef FEATURE_HTTPS_FILTERING + "FEATURE_HTTPS_INSPECTION", +#ifdef FEATURE_HTTPS_INSPECTION 1, #else 0,