X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=filters.c;h=a9d97676b799cea795134eaef2f4d7232e9d29c6;hp=c7e71f85ab2a9d0a632f7aafc72b11b80c639883;hb=ee5abceae9f104f674abd44984eefb99375ef9f5;hpb=23f625f4848f55342283b6ebc471735c14360bb1 diff --git a/filters.c b/filters.c index c7e71f85..a9d97676 100644 --- a/filters.c +++ b/filters.c @@ -2320,20 +2320,7 @@ void get_url_actions(struct client_state *csp, struct http_request *http) struct url_actions *b; int i; -#ifdef FEATURE_HTTPS_INSPECTION - if (!csp->http->client_ssl) -#endif - { - /* - * When filtering TLS traffic this function gets called a - * second time after the encrypted headers have been received. - * - * Only initialize the first time. The second time we apply - * the newly set actions on top of the ones that were set - * the first time. - */ - init_current_action(csp->action); - } + init_current_action(csp->action); for (i = 0; i < MAX_AF_FILES; i++) {