X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=7c09830b8cf92311c3c3ffbdcbec3248e247a576;hp=dd89b04d8a6eba3dde6cb719ee5a31541788b176;hb=ef90a49bca7cc597192e8e3d77de6de9cdf88f57;hpb=9b0a6852b331c5c868a45fba80cbed62820be63f diff --git a/jcc.c b/jcc.c index dd89b04d..7c09830b 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.46 2001/10/08 15:17:41 oes Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.47 2001/10/10 16:44:36 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -33,6 +33,9 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.46 2001/10/08 15:17:41 oes Exp $"; * * Revisions : * $Log: jcc.c,v $ + * Revision 1.47 2001/10/10 16:44:36 oes + * Added CONNECT destination port limitation check + * * Revision 1.46 2001/10/08 15:17:41 oes * Re-enabled SSL forwarding * @@ -608,7 +611,6 @@ static void chat(struct client_state *csp) url_actions(http, csp); } -#ifdef FEATURE_COOKIE_JAR /* * Check if a CONNECT request is allowable: @@ -669,6 +671,7 @@ static void chat(struct client_state *csp) enlist(csp->headers, http->cmd); +#ifdef FEATURE_COOKIE_JAR /* * If we're logging cookies in a cookie jar, and the user has not * supplied any wafers, and the user has not told us to suppress the @@ -682,6 +685,7 @@ static void chat(struct client_state *csp) } #endif /* def FEATURE_COOKIE_JAR */ + #ifdef FEATURE_KILL_POPUPS block_popups = ((csp->action->flags & ACTION_NO_POPUPS) != 0); #endif /* def FEATURE_KILL_POPUPS */