/ html / wiki / TOR / browser-usage / browser-usage.html
browser-usage.html
  1  <!DOCTYPE html>
  2  <html lang="de">
  3     <head>
  4        <meta charset="UTF-8" />
  5        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6        <meta http-equiv="onion-location" content="http://bopbopl6lohkl2rts3ltesjnag4hzs4jrx2h6k6etgq5xasbpqekzlqd.onion" />
  7        <title>BOP Wiki: TOR-Browser Usage</title>
  8        <link rel="stylesheet" href="/assets/stylesheet.css" />
  9        <link rel="icon" type="image/x-icon" href="/assets/img/favicon.png">
 10     </head>
 11     <body>
 12         <header>
 13            <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
 14            <script src="/assets/js/navbar-OpenClose.js"></script>
 15            <script src="/assets/js/lightbox.js"></script>
 16            <script src="/assets/js/copyCodeButton.js"></script>
 17            <link rel="stylesheet" href="/resources/js-libraries/highlightJS/atom-one-dark.min.css">
 18            <script src="/resources/js-libraries/highlightJS/highlight.min.js"></script>
 19            <script src="/resources/js-libraries/highlightJS/highlightjs-line-numbers.min.js"></script>
 20            <script>hljs.highlightAll();</script>
 21            <script>hljs.initLineNumbersOnLoad();</script>
 22            <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
 23            <div class="branding">
 24               <button class="toggle-btn-navbar" id="navbarOpenButton">☰</button>
 25               <a href="/">
 26               <img class="logo" src="/assets/img/logo.png">
 27               </a>
 28               <div class="typing-animation">BytesOfProgress</div>
 29            </div>
 30         </header>
 31         <div id="navbarContainer" class="navbar-container">
 32            <iframe class="navbar-iframe" src="/assets/navbar/navbar.html" frameBorder= "0"></iframe>
 33         </div>
 34        <main>
 35  <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
 36  
 37  <article class="site-post">
 38     <header class="post-header">
 39        <h1 class="post-title">TOR-Browser Usage</h1>
 40        <div class="post-meta">
 41        </div>
 42     </header>
 43  </article>
 44  
 45  <nav class="breadcrumb">
 46     <a href="/">Home</a>
 47     <span class="divider">›</span>
 48     <a href="/wiki/">Wiki</a>
 49     <span class="divider">›</span>
 50     <a href="/wiki/TOR/TOR.html">TOR: The Onion Router</a>
 51     <span class="divider">›</span>
 52     <span class="current">TOR-Browser Usage</span>
 53  </nav>
 54  
 55  <section class="post-content">
 56  
 57  <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
 58  
 59  <center>
 60  <div style="display: inline-flex; align-items: center; gap: 20px;">
 61    <img src="tor-2002-2019.png" style="height: 128px; width: 128px;">
 62    <img src="tor-new.png" style="height: 128px; width: 128px;">
 63  </div>
 64  </center>
 65  
 66  <p style="font-size: 15px; text-align: center;">Logo 2002-2019, Logo since 2019</p>
 67  
 68  <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
 69  
 70  <p>
 71    The first thing to know is, that the TOR-Browser is a modified
 72    version of Mozilla Firefox, designed to route all your traffic
 73    through the TOR-Network. Therefore it is used like any other
 74    webbrowser in its basic funtions.
 75  </p>
 76  
 77  <p>
 78    One should ONLY use the TOR-Browser installation provided by the official TOR-Project's
 79    sources! Not from a friend, not from your Linux distribution's package
 80    repositories, ONLY from <a class="text-link" href="https://www.torproject.org/download/">Tor-Project's Source</a>!
 81  </p>
 82  
 83  <p>
 84    Even then, one should verify the GPG-Signature, to prevent
 85    using a compromised executable. <a class="text-link" href="https://support.torproject.org/tbb/how-to-verify-signature/">How to verify the signature?</a>
 86  </p>
 87  
 88  <p>
 89    Done the right way, it will update either automatically, or let you know an
 90    update is necessary. This is important, to always get the latest security updates.
 91  </p>
 92  
 93  <p>
 94    Also consider using <a class="text-link" href="/wiki/TOR/tails/tails.html">Tails</a>.
 95  </p>
 96  
 97  <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
 98  
 99  <span style="color:#ff6600">
100      <h1 style="font-size:25px">Usage</h1>
101  </span>
102  
103  <p>
104    Every time the TOR-Browser is closed, it clears cookies and browsing history completely.
105  </p>
106  
107  <p>
108    You can create different identities (New Identity button) to avoid linking your activities.
109  </p>
110  
111  <img src="new-identity.png"/>
112  
113  <p>
114    The button right next to it, the little shield, links to your security settings.
115    There are 3 pre-configured security settings: Standard, Safer, Safest:
116  </p>
117  
118  <img src="security-presets.png"/>
119  
120  <p>
121    Standard: All browser and website features are enabled.
122  </p>
123  
124  <p>
125    Safer: Disables website features that are often dangerous, causing some sites to lose functionality.
126    JavaScript is disabled on non-HTTPS sites.
127    Some fonts and math symbols are disabled.
128    Audio and video (HTML5 media), and WebGL are click-to-play.
129  </p>
130  
131  <p>
132    Safest: Only allows website features required for static sites and basic services. These changes affect images, media, and scripts.
133    JavaScript is disabled by default on all sites.
134    Some fonts, icons, math symbols, and images are disabled.
135    Audio and video (HTML5 media), and WebGL are click-to-play.
136  </p>
137  
138  <p>
139    Avoid enabling JavaScript unless necessary, as it can
140    potentially reveal your identity.
141  </p>
142  
143  <br>
144  
145  <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
146  
147  <span style="color:#ff6600">
148      <h1 style="font-size:25px">Using bridges</h1>
149  </span>
150  
151  <p>
152    You can use TOR bridges or Snowflake by configuring it in
153    Settings ---> Connection ---> Bridges.
154  </p>
155  
156  <img src="bridges-config.png"/>
157  
158  <p>
159    Here you can choose between entering a bridge address you already know,
160    requesting a bridge from tor project or choosing from one of
161    Tor Browser’s built-in bridges, like obfs4:
162  </p>
163  
164  <img src="builtin-bridges.png"/>
165  
166  <p>
167    Here you can also choose Snowflake.
168  </p>
169  
170  <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
171  
172  </section>
173  <hr />
174  <footer class="post-footer">
175     <a href="/wiki/TOR/TOR.html" class="cta-button">← Back</a>
176  </footer>
177  </main>
178  </body>
179  </html>