d69b4f076ad41a34902ccd5cbf14491375ef599d
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) ## translation metadata
2) # Revision: $Revision: 21511 $
3) # Translation-Priority: 3-low
4) 
5) #include "head.wmi" TITLE="Tor: Configuring your browser to use Tor" CHARSET="UTF-8"
6) <div id="content" class="clearfix">
7)   <div id="breadcrumbs">
Andrew Lewman change all of the breadcrum...

Andrew Lewman authored 13 years ago

8)     <a href="<page index>">Home &raquo; </a>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

9)     <a href="<page docs/documentation>">Documentation &raquo; </a>
10)     <a href="<page docs/tor-doc-web>">Configure Your Browser</a>
11)   </div>
12)   <div id="maincol">
Andrew Lewman change all of the breadcrum...

Andrew Lewman authored 13 years ago

13)     <h1>Configuring your browser to use <a href="<page index>">Tor</a></h1>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

14)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

15)     
16)     <p>If you're using Firefox (we recommend it), you don't need this page.
17)     Simply install the <a
18)     href="https://addons.mozilla.org/firefox/2275/">Torbutton
19)     plugin</a>, restart your Firefox, and you're all set:
20)     </p>
21)     
22)     <img alt="Torbutton plugin for Firefox"
Andrew Lewman fix web doc image path

Andrew Lewman authored 13 years ago

23)     src="$(IMGROOT)/screenshot-torbutton.png"
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

24)     border="1"/>
25)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

26)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

27)     
28)     <p>Otherwise, you need to manually configure your browser's proxy
29)     settings.
30)     <br/>In Mozilla and Firefox on Windows, this is in
31)     Tools - Options - General - Connection Settings.
32)     <br/>In Firefox on OS X, it's Firefox - Preferences - General - Connection Settings.
33)     <br/>In Firefox on Linux, this is in
34)     Edit - Preferences - Advanced - Proxies.
35)     <br/>In Opera it's Tools - Preferences(Advanced) - Network - Proxy servers.
36)     <br/>While we cannot advise using IE, for those wishing less-than-real
37)     anonymity:  In IE, it's Tools - Internet Options - Connections - LAN Settings - Check Proxy
38)     Server - Advanced.</p>
39)     
40)     <img alt="Proxy settings in Firefox"
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

41)     src="$(IMGROOT)/screenshot-win32-firefox-proxies.jpg">
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

42)     
43)     <p>
44)     You should fill in "localhost"
45)     and "8118" to point the top four protocols to Polipo, as shown here. (Even
46)     though Polipo doesn't support FTP and Gopher, <a
Roger Dingledine fix a bunch of broken links...

Roger Dingledine authored 13 years ago

47)     href="<wikifaq>#FtpProxy">you
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

48)     should set them up anyway</a>.) You should also fill out the socks proxy entry to point directly to Tor ("localhost", "9050", and socks5)
49)     to cover protocols besides the first four. Then click "OK".</p>
50)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

51)     <hr>