Skip to content

Instantly share code, notes, and snippets.

@myano
Last active August 10, 2017 14:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myano/7360670 to your computer and use it in GitHub Desktop.
Save myano/7360670 to your computer and use it in GitHub Desktop.

Recommended Firefox Addons

Updated: 2017-08-10 NO LONGER MAINTAINED

These are some addons I recommend for use in Firefox to make your browsing more secure and privacy-focused. The addons link titles that are in bold are what I consider to be "must-haves" and the ones without bolded title links should be considered optional.

The "easiness" ranking ranks the extensions on how "easy" it is to install and set up. It starts at 5 being the most easy and then decreases down to 1 in "easiness". 5 means you can use the addon without any configuring (it "just works" out of the box). 4 may require some configuring to enable some main features. 3 requires several options changed to utilize its features. 2 requires some technical knowledge on what the addon actually does and what implications come from changing various settings, these kind of addons might take some set up. 1 would take considerable knowledge on what a web browser does when a website is loaded in order to configure this type of addon.

Also if you are not very technically inclined you should be safe installing addons 4 and up without too much trouble.

Recommended about:config changes

Enable Protocol in URIs

  • browser.urlbar.trimURLs -- change to false

This will show "http://" when you visit sites. This became a default a few Firefox versions ago (around Firefox 20-ish). I find it annoying you may enjoy it.

NO LONGER NECESSARY

Disable the cache

  • browser.cache.disk.enable -- change to false
  • browser.cache.disk_cache_ssl -- change to false
  • browser.cache.memory.enable -- change to false
  • browser.cache.offline.enable -- change to false
  • network.http.use-cache -- change to false

Prevent etag signatures

  • browser.sessionhistory.max_entries -- change to 2

More information about etag signatures, http://ochronus.com/tracking-without-cookies/

Disable Auto-Updates for Addons

  • extensions.update.enabled -- change to false

This is debatable whether it is a good idea or not. If you want to manually update addons on your own you can do this. However, if you want to automatically get new updates when they are available, then do not bother changing this setting.

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