X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=filters.c;h=ab20038477aa8bad66e7306e858b1e339cb3e59f;hp=c49f1bc7fd3102b8e6792acc90aca0cc805aa639;hb=8fb201bf3c2c630d5f595769c14468c353d3a56b;hpb=a2f8296e90e9bc3c4e4fa50c9b42e3f12bce24ca diff --git a/filters.c b/filters.c index c49f1bc7..ab200384 100644 --- a/filters.c +++ b/filters.c @@ -1277,19 +1277,7 @@ struct http_response *redirect_url(struct client_state *csp) new_url = get_last_url(old_url, redirect_mode); freez(old_url); } - - /* - * Disable redirect checkers, so that they - * will be only run more than once if the user - * also enables them through tags. - * - * From a performance point of view - * it doesn't matter, but the duplicated - * log messages are annoying. - */ - csp->action->flags &= ~ACTION_FAST_REDIRECTS; #endif /* def FEATURE_FAST_REDIRECTS */ - csp->action->flags &= ~ACTION_REDIRECT; /* Did any redirect action trigger? */ if (new_url)