Quickly Improve Web Browsing Privacy
While browsing this Hacker News thread, I came across a small tip for improving web browsing privacy.
Use Firefox and install the following add-ons:
- Disconnect
- Ublock Origin (choose appropriate 3rd-party block lists)
- Privacy Badger (no setup required; just install—it learns as you go)
In Firefox, use about:config
to change the following:
- Toggle
dom.storage.enabled
toFalse
- Toggle
layout.css.visited_links_enabled
toFalse
- Toggle
media.peerconnection.enabled
toFalse
- Toggle
network.prefetch-next
toFalse
- Toggle
network.http.sendReferrerHeader
to0
(zero) - Toggle
network.http.sendSecureXSiteReferrer
toFalse
These settings have worked for me without any issues. I bank and perform all manner of activities online with no problems. I see, however, no ads, no tracking, faster page loads, and a clean experience overall.
I'm not sure if it sounds too paranoid, but there are no real drawbacks to trying it.
While the advice is about Firefox, I'm sure something similar could be achieved with Chrome, at least to some extent.