commit 5ec417427cc3e8c6647259433e21843bc0930a40 parent 8c4006ad829d10a37062d58a4cfb3d9d70e99b5e Author: Nick Mathewson <nickm@torproject.org> Date: Tue, 4 Nov 2025 10:33:42 -0500 changes file for prop365 support Diffstat:
| A | changes/prop365_interop | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/changes/prop365_interop b/changes/prop365_interop @@ -0,0 +1,8 @@ + o Minor features (HTTPTunnelPort): + - Implement new HTTPTunnelPort features for interoperability with + Arti's HTTP CONNECT proxy. This work adds new headers to + requests to and replies from the HttpConnectPort, + support for OPTIONS requests, tightens the expected syntax + for Proxy-Authorization, and increases defense-in-depth + against some kinds of cross-site HTTP attacks. + Closes ticket 41156. Implements proposal 365.