From: Fabian Keil <fk@fabiankeil.de>
Date: Wed, 26 Feb 2020 08:07:57 +0000 (+0100)
Subject: Remove #95 which is obsolete now that we support proper https inspection
X-Git-Tag: v_3_0_29~475
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/faq/@default-cgi@/static/appendix.html?a=commitdiff_plain;h=d2f5881aeabee228f98766310c0ea7f416b5ec5b;p=privoxy.git

Remove #95 which is obsolete now that we support proper https inspection
---

diff --git a/TODO b/TODO
index f9c6be71..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.