Skip to content

Instantly share code, notes, and snippets.

@moso
Last active April 1, 2018 17:41
Show Gist options
  • Save moso/f17cd61b4556b2a11958e325a17d6574 to your computer and use it in GitHub Desktop.
Save moso/f17cd61b4556b2a11958e325a17d6574 to your computer and use it in GitHub Desktop.
Browser extensions and -privacy settings

Extensions

Adblocking

uBlock Origin

An efficient blocker. Easy on CPU and memory.

Antitracking

Privacy Badger

Protects your privacy by blocking spying ads and invisible trackers.

Decentraleyes

Protects you against tracking through "free", centralized, content delivery.

Facebook Container

Prevent Facebook from tracking you around the web. The Facebook Container extension for Firefox helps you take control and isolate your web activity from Facebook.

  • Firefox only: link.

General privacy

HTTPS Everywhere

Automatically switches thousands of sites from insecure "http" to secure "https". It will protect you against many forms of surveillance and account hijacking, and some forms of censorship.

Fingerprint Resistance

Change your User-Agent string to a sensible-looking string which is different for every request.

Privacy settings

Common settings
  • Change your default searchengine to DuckDuckGo or Qwant.
  • Don't allow your browser to remember passwords or forms.
  • Disable all kinds of autofill.
  • Depending on your preference, don't allow the browser to remember any history.
  • Firefox can be set to delete all cookies, history, etc, when you close the browser. Chrome can be set to forget all cookies (and thus logins) when you close the browser.
  • Enable built-in tracking protection and 'Do Not Track' even though most sites don't honor the latter.
Third-party cookies

Third-party cookies - cookies that are set by another site than the one you are visiting - are basically useless, except for tracking.

Chrome:

  • Settings - Advanced (bottom) - Content - Cookies.
  • Enable "Block third-party cookies".

Firefox:

  • Preferences - Privacy & Security.
  • History - Set to 'Custom'.
  • Set 'Accept third-party cookies' to 'Never'.
Isolate to First-Party Domains

Firefox has a lot of config options that aren’t normally exposed to the user, all accessed via the url about:config. When you go there, you’ll be warned that you might break Firefox. This is true, but not if you follow my instructions, so go ahead and click through.

Search for the setting privacy.firstparty.isolate and go ahead and set it to true. This will segregate sites from each other much more strongly than usual, making tracking very hard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment