X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=parsers.c;h=d2ef046a0205c1cfb912a5b566ad8bea3dc725f8;hp=eab5e76bdf8e37293891e1fea7f2d6ee57a2578f;hb=8b2f1329eddbde8b0229dd164b3707781061d8aa;hpb=c83713758e9465e03ec3b0228c433e6f2d843352 diff --git a/parsers.c b/parsers.c index eab5e76b..d2ef046a 100644 --- a/parsers.c +++ b/parsers.c @@ -1540,6 +1540,15 @@ static jb_err header_tagger(struct client_state *csp, char *header) continue; } + if (list_contains_item(csp->action->multi[ACTION_MULTI_SUPPRESS_TAG], tag)) + { + log_error(LOG_LEVEL_HEADER, + "Tagger \'%s\' didn't add tag \'%s\': suppressed", + b->name, tag); + freez(tag); + continue; + } + if (!list_contains_item(csp->tags, tag)) { if (JB_ERR_OK != enlist(csp->tags, tag))