mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Fix a typo in the HTTP proxy error message.
This commit is contained in:
parent
17a70ab7c5
commit
7cb6e04acb
@ -919,11 +919,12 @@ static const char SOCKS_PROXY_IS_NOT_AN_HTTP_PROXY_MSG[] =
|
|||||||
"<title>This is a SOCKS Proxy, Not An HTTP Proxy</title>\n"
|
"<title>This is a SOCKS Proxy, Not An HTTP Proxy</title>\n"
|
||||||
"</head>\n"
|
"</head>\n"
|
||||||
"<body>\n"
|
"<body>\n"
|
||||||
"<h1>This is a SOCKs proxy, not an HTTP proxy.</h1>\n"
|
"<h1>This is a SOCKS proxy, not an HTTP proxy.</h1>\n"
|
||||||
"<p>\n"
|
"<p>\n"
|
||||||
"It appears you have configured your web browser to use this Tor port as\n"
|
"It appears you have configured your web browser to use this Tor port as\n"
|
||||||
"an HTTP proxy.\n"
|
"an HTTP proxy.\n"
|
||||||
"</p><p>\n"
|
"</p>\n"
|
||||||
|
"<p>\n"
|
||||||
"This is not correct: This port is configured as a SOCKS proxy, not\n"
|
"This is not correct: This port is configured as a SOCKS proxy, not\n"
|
||||||
"an HTTP proxy. If you need an HTTP proxy tunnel, use the HTTPTunnelPort\n"
|
"an HTTP proxy. If you need an HTTP proxy tunnel, use the HTTPTunnelPort\n"
|
||||||
"configuration option in place of, or in addition to, SOCKSPort.\n"
|
"configuration option in place of, or in addition to, SOCKSPort.\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user