From 989d094024918338e7f496e8495ff90501a202e2 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 30 Apr 2018 09:03:10 +0200 Subject: [PATCH] Fix wrong html tag --- content/misc/misc-11/contents.lr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/misc/misc-11/contents.lr b/content/misc/misc-11/contents.lr index b7fa0875..e184dc4f 100644 --- a/content/misc/misc-11/contents.lr +++ b/content/misc/misc-11/contents.lr @@ -3,4 +3,5 @@ _model: question title: Can I change the number of hops Tor uses? --- description: -

Right now the path length is hard-coded at 3 plus the number of nodes in your path that are sensitive. That is, in normal cases it's 3, but for example if you're accessing an onion service or a ".exit" address it could be more.

denial of security ttacks easier, and second because it could act as an identifier if only a small number of users have the same path length as you.

+

Right now the path length is hard-coded at 3 plus the number of nodes in your path that are sensitive. That is, in normal cases it's 3, but for example if you're accessing an onion service or a ".exit" address it could be more.

+

We don't want to encourage people to use paths longer than this as it increases load on the network without (as far as we can tell) providing any more security. Also, using paths longer than 3 could harm anonymity, first because it makesdenial of security ttacks easier, and second because it could act as an identifier if only a small number of users have the same path length as you.