From 9026f6dc2f4ef4965d239084cdeb404045469cc4 Mon Sep 17 00:00:00 2001
From: zzz {% trans %}Overview{% endtrans %}
@@ -63,10 +63,9 @@ A HTTP-client tunnel. The tunnel connects to the destination specified by the UR
in a HTTP request. Supports proxying onto internet if an outproxy is provided. Strips HTTP connections of the following headers:
{%- endtrans %}
-There is also a whitelist is for commands outbound from the IRC client to the IRC server. +There is also an allow list is for commands outbound from the IRC client to the IRC server. It is quite large due to the number of IRC administrative commands. See the IRCFilter.java source for details. The outbound filter also modifies the following commands to strip identifying information: diff --git a/i2p2www/spec/configuration.rst b/i2p2www/spec/configuration.rst index 25432314..2e18d06b 100644 --- a/i2p2www/spec/configuration.rst +++ b/i2p2www/spec/configuration.rst @@ -3,7 +3,7 @@ Configuration File Specification ================================ .. meta:: :category: Formats - :lastupdated: September 2022 + :lastupdated: 2022-10 :accuratefor: 0.9.56 .. contents:: @@ -296,6 +296,7 @@ Properties are as follows:: tunnel.N.option.i2ptunnel.httpclient.jumpServers=http://example.i2p/jump # HTTP client only. Whether to pass Accept* headers through. Default false. + # Note: Does not affect "Accept" and "Accept-Encoding". tunnel.N.option.i2ptunnel.httpclient.sendAccept=true|false # HTTP client only. Whether to pass Referer headers through. Default false.