X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=filters.c;h=ab20038477aa8bad66e7306e858b1e339cb3e59f;hb=ebe90f708faa92bc27bd30f7e772e4a79b4cda78;hp=c49f1bc7fd3102b8e6792acc90aca0cc805aa639;hpb=a2f8296e90e9bc3c4e4fa50c9b42e3f12bce24ca;p=privoxy.git 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)