From: Fabian Keil Date: Tue, 28 May 2013 14:38:39 +0000 (+0000) Subject: Add #111: Reject requests if hosts and ports in request line and Host header don... X-Git-Tag: v_3_0_22~250 X-Git-Url: http://www.privoxy.org/gitweb/show-status?a=commitdiff_plain;h=82b3d401f1a12a69483a257c6246641918bd5118;p=privoxy.git Add #111: Reject requests if hosts and ports in request line and Host header don't match. --- diff --git a/TODO b/TODO index 829e83a3..49ec3741 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.78 2013/02/26 15:10:18 fabiankeil Exp $ +$Id: TODO,v 1.79 2013/03/01 17:39:46 fabiankeil Exp $ Some Privoxy-related tasks, sorted by the time they have been added, not by priority. @@ -314,3 +314,6 @@ http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/current/TODO 110) Add a global-buffer-limit directive that roughly limits how much malloc'ed memory Privoxy will use and can potentionally be smaller than (buffer-limit * max-client-connections). + +111) Reject requests if hosts and ports in request line and Host + header don't match (before filters have been applied).