X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=e241360a610b19649e26a38eea6dcbb8dc7ac14b;hp=8b132a5798a197686523bdfb28838b91cf420940;hb=9f1d548ce368763dcdda8cb392e2c2533dbd19e9;hpb=9c5023572da8d77913f62358f46fc6e053085909 diff --git a/project.h b/project.h index 8b132a57..e241360a 100644 --- a/project.h +++ b/project.h @@ -491,13 +491,14 @@ struct iob */ #define CT_GZIP 0x0010U /**< gzip-compressed data. */ #define CT_DEFLATE 0x0020U /**< zlib-compressed data. */ +#define CT_BROTLI 0x0040U /**< Brotli-compressed data. */ /** * Flag to signal that the server declared the content type, * so we can differentiate between unknown and undeclared * content types. */ -#define CT_DECLARED 0x0040U +#define CT_DECLARED 0x0080U /** * The mask which includes all actions. @@ -1603,6 +1604,7 @@ struct configuration_spec * INCLUDES the trailing slash. */ #define CGI_PREFIX "http://" CGI_SITE_2_HOST CGI_SITE_2_PATH "/" +#define CGI_PREFIX_HTTPS "https://" CGI_SITE_2_HOST CGI_SITE_2_PATH "/" #endif /* ndef PROJECT_H_INCLUDED */