commit 3f510f18e1b853c6e547fb41e9dfa1004d3d6303 Author: Damian Johnson atagar@torproject.org Date: Fri Aug 4 19:54:20 2017 -0700
Clarify 'Will I see other people's traffic?' entry --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/index.html b/web/index.html index 1a0c618..b65800b 100644 --- a/web/index.html +++ b/web/index.html @@ -186,7 +186,7 @@ <li id="other_peoples_traffic"> <span>Will I see other people's traffic?</span> <div class="answer"> - <p><b>No</b>. Potential client and exit connections are scrubbed of sensitive information. Be aware that it's highly discouraged (and likely illegal) for relay operators to view this data, so please don't.</p> + <p><b>No</b>. Potential client and exit connections are scrubbed of sensitive information. Be aware that it's highly discouraged (and likely illegal) for relay operators to view other people's traffic, so please don't.</p> </div> </li>
tor-commits@lists.torproject.org