How Hardened Private Mode works

Plain private browsing only forgets local traces after you close the window. Hardened Private Mode goes further: it tightens the settings that can leak information while you browse — for that private session only, then reverts them automatically.

Plain private mode vs. hardened

Incognito / Private Browsing is about local traces: when you close the window, history, cookies, and cache for that session are discarded. What it does not do is change the browser behaviors that can expose information over the network while the window is open — things like WebRTC revealing your real IP, the browser pre-connecting to sites you never visited, or advertising APIs profiling you. Hardened Private Mode turns those off for the session.

The protections, and why each was chosen

These are applied automatically when you open a Hardened Private Window (on Chromium browsers). Each is an official browser setting — nothing undocumented or experimental.

WebRTC IP protection

Why: WebRTC (used for calls and video) can reveal your real or local IP address even behind a proxy — a well-known privacy leak. How: sets the WebRTC IP-handling policy to disable_non_proxied_udp, which stops WebRTC from bypassing a configured proxy, while still allowing ordinary calling to work.

Network prediction off

Why: browsers speculatively pre-connect, pre-render, and DNS-prefetch sites they think you'll visit — contacting servers you never chose to. How: disables the network-prediction setting for the session.

Address-bar search suggestions off

Why: as-you-type suggestions send your keystrokes to a search provider before you've decided to search. How: disables the search-suggest service for the session.

Hyperlink auditing (<a ping>) off

Why: the ping attribute fires invisible "you clicked this" tracking requests with no benefit to you. How: disables hyperlink auditing.

Alternate error pages off

Why: when a page fails to load, the browser can send the failed address to an online suggestion service. How: disables the alternate-error-page service.

Online spelling service off

Why: some browsers send text you type to an online spell-checking service. How: disables that service. Local, on-device spell checking still works.

Advertising privacy-sandbox APIs off

Why: the Topics API, Ad-measurement API, Related Website Sets, and Protected Audience (FLEDGE) are browser features built to profile and target you for advertising. How: each is turned off for the session. (In Chromium incognito these are usually off already — the extension reports them as “Already protected by browser” when so.)

Third-party cookies blocked

Why: third-party cookies are the primary mechanism for cross-site tracking. How: blocks them for the session. Your existing cookie exceptions aren't overridden, and browsers that already block them in private mode report “Already protected.”

Advanced options (off by default)

For people who accept the trade-offs, Settings offers opt-in extras, each with a warning: strict WebRTC routing (proxy_only), disabling WebRTC entirely (where the browser supports it), and disabling referrer headers. These can break calls, sign-ins, or some sites, so they are never enabled automatically.

Automatic and memory-only — it reverts on close, quit, reset, or crash

This is the core safety property, and it's worth being precise about. On Chromium browsers, every protection is applied with the browser's incognito-session-only scope. That means:

On Firefox, the browser offers no way to confine these settings to a private session, so Hardened Mode changes nothing there and reports each protection as “Unavailable” rather than touching your global configuration. Either way, your normal browsing is never altered.

What makes this better than plain private browsing

Hardened Private Mode is not a VPN and not anonymity. Your network and websites can still observe your traffic. It reduces what your browser leaks; pair it with a trusted VPN for network privacy.

Best practices to pair with Go Private Quickly

GPQ hardens your browser. These two habits add the network-level privacy GPQ deliberately doesn't touch.

1. Add a browser VPN extension

A browser VPN extension runs inside your browser as an add-on and encrypts and routes only your browser's traffic. It is not a system-wide VPN app — it doesn't change your computer's connection or protect other apps, just the browser. That makes it lighter and easy to toggle, but the trade-off is that only the browser is covered. Reputable, privacy-respecting options that work as a standalone browser extension (no separate desktop app required):

Avoid free “VPN” extensions that pay for themselves by logging, selling, or relaying your traffic — a browser VPN only helps if you can trust who runs it.

2. Set a private DNS resolver

Browsers don't let an extension change your DNS resolver — there is no API for it, and DNS can't be scoped to a single private window. But you can point your browser at a privacy-respecting DNS-over-HTTPS resolver yourself, once, and it protects all of your browsing. Good choices:

Every browser puts this setting (often called Secure DNS or DNS over HTTPS) in a slightly different place, so search “[your browser] DNS over HTTPS” for the exact steps. Google's public DNS (8.8.8.8) is fast but the least private of the popular options — it sends every lookup to Google — so it's not on this list.

One reminder about downloads

Files you download during private browsing remain on your computer after the private window closes. Private mode forgets history, cookies, and cache for the session — it does not delete files you chose to save, and Hardened Mode doesn't change that. If you don't want them kept, delete them yourself.

Disclaimer

These are personal guidelines, not guarantees, and not professional advice. By following anything on this page you accept the points below.

If you don't agree with all of this, don't use the suggestions on this page. See also the Terms of Use.

← Back to Go Private Quickly · Privacy policy · Terms