commit 5de9ed2a350a3219a018d0b62446a991331a763c Author: Karsten Loesing karsten.loesing@gmx.net Date: Fri Jun 29 12:55:06 2012 +0200
Document how we sanitize pluggable transport lines. --- web/WEB-INF/formats.jsp | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/web/WEB-INF/formats.jsp b/web/WEB-INF/formats.jsp index 1392a2b..5eabf0d 100644 --- a/web/WEB-INF/formats.jsp +++ b/web/WEB-INF/formats.jsp @@ -350,6 +350,11 @@ long and the <tt>secret</tt> is only 19 bytes long.</li></ul> <li><b>Replace contact information:</b> If there is contact information in a descriptor, the contact line is changed to <tt>somebody</tt>.</li> +<li><b>Remove pluggable transport addresses and arguments:</b> Bridges may +provide transports in addition to the onion-routing protocol and include +information about these transports in their extra-info descriptors for +BridgeDB. In that case, any IP addresses, TCP ports, or additional +arguments are removed, only leaving in the supported transport names.</li> </ol>
<p>
tor-commits@lists.torproject.org