X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=1720e76837e4766eff27a65e5c6c1134d0675c4d;hp=c0f69a8e7ad2145fd7bc4f8170ed935dfc77d776;hb=662c02e3ab1cab69b67f869aba490c147fc7741e;hpb=bd7800c807e535d21222fa41cb29537cb865b170 diff --git a/project.h b/project.h index c0f69a8e..1720e768 100644 --- a/project.h +++ b/project.h @@ -572,8 +572,8 @@ struct iob #define ACTION_LIMIT_COOKIE_LIFETIME 0x08000000UL /** Action bitmap: Delay writes */ #define ACTION_DELAY_RESPONSE 0x10000000UL -/** Action bitmap: Turn https filtering on */ -#define ACTION_ENABLE_HTTPS_FILTER 0x20000000UL +/** Action bitmap: Turn https inspection on */ +#define ACTION_HTTPS_INSPECTION 0x20000000UL /** Action bitmap: Turn certificates verification off */ #define ACTION_IGNORE_CERTIFICATE_ERRORS 0x40000000UL