🌲 treerockets blog

Maximize privacy in Firefox

Firefox is likely one of the more privacy respecting browsers out there. It's in my opinion also pretty good when it comes to security. Mozilla is normally very quick fixing CVE's and/or problems. Some people swear by a Fork like Pale Moon etc.

I'm ok with Firefox but there is still a lot to do if you want to get more out of it. I will keep in particular addons at a minimum, feel free to add more, but be aware of redundancies and also give you a more uniquie fingerprint.

Firefox Browser Addons

Modifications in the about:config

In your URL bar type: about:config. I strongly suggest you to read and understand the warning.

We are now going to disable telemetry and in my opinion stuff nobody needs.

HIGHdpi fix linux

disable pocket

TELEMETRY

devtools.onboarding.telemetry.logged = false
toolkit.telemetry.updatePing.enabled = false
browser.newtabpage.activity-stream.feeds.telemetry = false
browser.newtabpage.activity-stream.telemetry = false
browser.ping-centre.telemetry = false
toolkit.telemetry.bhrPing.enabled = false
toolkit.telemetry.enabled = false
toolkit.telemetry.firstShutdownPing.enabled = false
toolkit.telemetry.hybridContent.enabled = false
toolkit.telemetry.newProfilePing.enabled = false
toolkit.telemetry.reportingpolicy.firstRun = false
toolkit.telemetry.shutdownPingSender.enabled = false
toolkit.telemetry.unified = false
toolkit.telemetry.updatePing.enabled = false
toolkit.telemetry.reportingpolicy.firstRun = false
toolkit.telemetry.unified = false
toolkit.telemetry.archive.enabled = false
devtools.onboarding.telemetry.logged = false
toolkit.telemetry.bhrPing.enabled = false
datareporting.healthreport.uploadEnabled = false
datareporting.policy.dataSubmissionEnabled = false
datareporting.sessions.current.clean = true
datareporting.healthreport.uploadEnabled = false
datareporting.policy.dataSubmissionEnabled = false
datareporting.sessions.current.clean = true

more options

reader.parse-on-load.force-enabled

disable favicons

Now why would we do that? So far this does not seem to be too big of an issue, however it is possible to track users with the use of favicons. Some browsers are "leaking" information. If you want to know more about this; read: https://www.schneier.com/blog/archives/2021/02/browser-tracking-using-favicons.html

browser.chrome.favicons
browser.chrome.site_icons

even more tweaks

network.security.ports.banned.override, then add the ports required browser.download.alwaysOpenPanel, then disable (aka false)

#browser #firefox #privacy