Last active
September 26, 2023 13:56
-
-
Save gamunu/7fbee4e2318fdc080395a7f74cc34fe9 to your computer and use it in GitHub Desktop.
Disabling Firefox Quantum telemetry
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, make sure it is empty.