X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=TODO;h=d658185bec859cc187280beda20ffc2e9a2db765;hp=49da6ad425cbdea95cb510fc1bca35dea3d72122;hb=ec5b42c05e3a0f068b2efedcc35f9886ba580bda;hpb=df60b3413617ceb343b79bd99d491f85e5e05132 diff --git a/TODO b/TODO index 49da6ad4..d658185b 100644 --- a/TODO +++ b/TODO @@ -255,16 +255,6 @@ https://www.privoxy.org/faq/general.html#DONATE that makes sense. Like #93, this could be useful as a workaround for misconfigured setups. -95) Support a non-standard client header in CONNECT requests that - contains the URL of the requested resource, which is then treated - like the request URL. - - This way the client could opt-in for path-based blocking of https - requests. Given that the headers from the CONNECT request aren't - forwarded to the destination server, an unencrypted URL should be - acceptable if the client and Privoxy are running on the same system - or in a trusted environment. - 96) Filters should be easier to look up. Currently get_filter() has to go through all filters and skip the filter types the caller isn't interested in. @@ -297,8 +287,6 @@ https://www.privoxy.org/faq/general.html#DONATE files, but only in w32log.c the tray icon is explicitly set. The logging is inconsistent as well. For details see #3525694. -105) Add support for socks authentication. - 106) actionlist.h should be embedded in a way that causes less text segment bloat.