X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=TODO;h=49ec37414d4aa18b6333cd2fa715c60380559684;hb=f277102c92b228eb19756ac1357ae6429d9f1f35;hp=829e83a379458e0bb6c40c2d636eb25d407bb0b8;hpb=9c13c9949b9d2d1db31fcb5b1037154498b7dd38;p=privoxy.git 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).