From 9fbee4dd1724e04c8aab25ff97e748ccd609abbd Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 10 Oct 2007 17:29:57 +0000 Subject: [PATCH] I forgot about Poland. --- parsers.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/parsers.c b/parsers.c index 026f367e..361eb276 100644 --- a/parsers.c +++ b/parsers.c @@ -1,4 +1,4 @@ -const char parsers_rcs[] = "$Id: parsers.c,v 1.111 2007/10/04 18:07:00 fabiankeil Exp $"; +const char parsers_rcs[] = "$Id: parsers.c,v 1.112 2007/10/09 16:38:40 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/parsers.c,v $ @@ -44,6 +44,9 @@ const char parsers_rcs[] = "$Id: parsers.c,v 1.111 2007/10/04 18:07:00 fabiankei * * Revisions : * $Log: parsers.c,v $ + * Revision 1.112 2007/10/09 16:38:40 fabiankeil + * Remove Range and If-Range headers if content filtering is enabled. + * * Revision 1.111 2007/10/04 18:07:00 fabiankeil * Move ACTION_VANILLA_WAFER handling from jcc's chat() into * client_cookie_adder() to make sure send-vanilla-wafer can be @@ -3447,7 +3450,7 @@ static jb_err client_range(struct client_state *csp, char **header) { if (((csp->rlist != NULL) && (!list_is_empty(csp->action->multi[ACTION_MULTI_FILTER]))) || - (csp->action->flags & (ACTION_DEANIMATE|ACTION_JPEG_INSPECT))) + (csp->action->flags & (ACTION_DEANIMATE|ACTION_JPEG_INSPECT|ACTION_NO_POPUPS))) { log_error(LOG_LEVEL_HEADER, "Content filtering is enabled." " Crunching: \'%s\' to prevent range-mismatch problems.", *header); -- 2.39.2