Skip to content

Instantly share code, notes, and snippets.

@gamunu
Last active September 26, 2023 13:56
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gamunu/7fbee4e2318fdc080395a7f74cc34fe9 to your computer and use it in GitHub Desktop.
Save gamunu/7fbee4e2318fdc080395a7f74cc34fe9 to your computer and use it in GitHub Desktop.
Disabling Firefox Quantum telemetry
Disabling telemetry takes a little more work but can be accomplished in about five minutes. Type "about:config" in the address bar, and you will be notified that you could void your warranty (Firefox has a warranty?). Click on "I accept the risk." Type in "telemetry" in the search bar to see the results. Only some can be changed, and according to Mozilla, they are:
browser.newtabpage.activity-stream.feeds.telemetry
browser.newtabpage.activity-stream.telemetry
browser.ping-centre.telemetry
toolkit.telemetry.archive.enabled
toolkit.telemetry.bhrPing.enabled
toolkit.telemetry.enabled
toolkit.telemetry.firstShutdownPing.enabled
toolkit.telemetry.hybridContent.enabled
toolkit.telemetry.newProfilePing.enabled
toolkit.telemetry.reportingpolicy.firstRun
toolkit.telemetry.shutdownPingSender.enabled
toolkit.telemetry.unified
toolkit.telemetry.updatePing.enabled
You need to double-click on each, and that changes the value to false. Next, click on "toolkit.telemetry.server" and empty the string value which should be "https://incoming.telemetry.mozilla.org."
Finally, search again for "experiments" and look for the following four entries and double-click them to change their Value to False:
experiments.activeExperiment
experiments.enabled
experiments.supported
network.allow-experiments
That's it! Telemetry and data collection are now disabled, and Firefox Quantum should be faster, and your privacy improved.
@rudiejd
Copy link

rudiejd commented Aug 3, 2021

is there a script somewhere out there to do all of this? it seems like it would just be editing json somewhere

@gamunu
Copy link
Author

gamunu commented Aug 3, 2021

You could try this, but I haven't tested it with the latest firefox. It worked with ESR https://github.com/shawnanastasio/firefox-privacy-restorer

@N30Z3N
Copy link

N30Z3N commented Aug 11, 2021

"toolkit.telemetry.server" and empty the string value which should be "https://incoming.telemetry.mozilla.org."

just leaving it blank ?????

@odiferousmint
Copy link

Yes, make sure it is empty.

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