Archive-Opsec

Search

/ to open · ↑↓ to move · Enter to open

Indexes guides, archive entries, news, resources and sources. Nothing is sent to a third party.

Guide categories

Tor

Tor Browser and Searching on Tor

The configuration that makes Tor usable, why the fingerprint is identical for everyone, and how onion search works.

Tor Browser is Firefox configured so that every user’s browser is indistinguishable from every other user’s browser. That single design decision is what makes it a privacy tool rather than a routing tool.

Why the configuration is the point

Browser fingerprinting works by finding values that make you unusual. Tor Browser removes unusualness by fixing the values:

  • window size, screen dimensions, timezone, and locale are standardised
  • WebRTC and other APIs that leak local network information are disabled
  • canvas and font lists are quantised so that minor system differences disappear
  • every user looks the same to every site, so there is no long tail to single out
  • the browser refuses to let a site override these settings

Practical configuration

  • Take Tor Browser from torproject.org or a reputable mirror, and verify the signature if the distribution channel allows it.
  • Do not install extensions. Do not change the window size.
  • Leave the default bridge, security level, and fingerprint settings alone unless there is a reason.
  • Use a separate profile for work versus personal browsing only if you understand that separate profiles on one machine are not separate people; the fingerprint is the same either way.

Searching the normal web through Tor sends the query over the circuit, so the search engine sees an exit relay. Search engines also treat Tor traffic as a bot signal, so results are frequently degraded or blocked.

An onion service search engine removes both problems: the query never leaves the network, and there is no bot-detection layer. SearxNG can be run as an onion service, and several public instances exist. Treat public instances with care: the operator can see your queries unless the instance is configured to log nothing, and a self-hosted instance is the only version where that is under your control. See SearxNG documentation.

Onions, and sites that block Tor

Some services — banks, most search engines, and a number of content sites — block exit relay addresses outright. This is a property of those services, not a failure of Tor, and it cannot be worked around without abandoning the reason for using it.

If the site blocks you:

  • do not install a bridge to bypass a specific block in a way that defeats your own anonymity guarantees
  • do not log in to an account from a circuit you care about
  • accept that some parts of the web are not reachable this way

Which mode to use

NeedMode
Anonymity from a website, an ad network, a local networkStandard
Accessing a site that blocks TorA bridge, accepting a small setup cost
Reaching a specific onion service directlyOnion mode, which skips the exit
Maximum resistance in a hostile countryThe highest security level, and a bridge

Sources

  • Download Tor Browser — what the project states the browser is for, and the download.
  • Tor Browser Manual — the authoritative reference for settings, including the security levels and what each disables.
  • SearxNG documentation — self-hosting, logging configuration, and onion service deployment.

Sources

  1. Download Tor Browser The Tor Project non-profit The former /browser/ page was removed in the Tor Project site reorganisation. This download page is the current canonical location and resolves to download.torproject.org. Accessed
  2. Tor Browser Manual The Tor Project docs Accessed
  3. SearxNG SearxNG contributors docs Accessed
  • Guide Introductory

    What Tor Is (Guide)

    How onion routing works, what it guarantees, what it does not, and the misconceptions that cause harm.

  • Guide Intermediate

    Browser Fingerprinting (Guide)

    How a device gets identified from the shape of its requests, what resists it, and what a fingerprint is worth.

  • Guide Introductory

    Search Engine Privacy (Guide)

    Why a search query is one of the most revealing strings you type, and what the alternatives actually change.