Quickly improve web browsing privacy
While browsing this Hacker News thread just got to this small tip for improving web browsing privacy.
Use Firefox and install the following add-ons:
- Disconnect
- Ublock Origin (choose 3rd-Party block lists to suit.)
- Privacy Badger (no set up, 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 with no issues. I bank, do all manner of things online with no issues. I do, however, see no ads, no tracking, faster page loads, clean experience all around.
Not sure if it would be too paranoid, but there's no real drawbacks trying it. While the advice is about Firefox, I'm sure something similar could be achieved with Chrome, at least to some extent.