X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=filters.c;h=b2940c1b8f0097b0b2699e7ca126191526a911a8;hp=7a223dcc4877f77e58e54e1176b56dfd801bbbd2;hb=f4107f65b676b63a199fe4230e58695757f9f199;hpb=11d4d86d90ca075d52a87bb95af11de1b0c5ac1a diff --git a/filters.c b/filters.c index 7a223dcc..b2940c1b 100644 --- a/filters.c +++ b/filters.c @@ -1,4 +1,4 @@ -const char filters_rcs[] = "$Id: filters.c,v 1.102 2008/03/01 14:00:44 fabiankeil Exp $"; +const char filters_rcs[] = "$Id: filters.c,v 1.103 2008/03/06 16:33:45 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/filters.c,v $ @@ -40,6 +40,9 @@ const char filters_rcs[] = "$Id: filters.c,v 1.102 2008/03/01 14:00:44 fabiankei * * Revisions : * $Log: filters.c,v $ + * Revision 1.103 2008/03/06 16:33:45 fabiankeil + * If limit-connect isn't used, don't limit CONNECT requests to port 443. + * * Revision 1.102 2008/03/01 14:00:44 fabiankeil * Let the block action take the reason for the block * as argument and show it on the "blocked" page. @@ -2730,7 +2733,7 @@ inline int content_filters_enabled(const struct client_state *csp) { return (((csp->rlist != NULL) && (!list_is_empty(csp->action->multi[ACTION_MULTI_FILTER]))) || - (csp->action->flags & (ACTION_DEANIMATE|ACTION_JPEG_INSPECT|ACTION_NO_POPUPS))); + (csp->action->flags & (ACTION_DEANIMATE|ACTION_JPEG_INSPECT))); } /*