https://github.com/K3V1991/Disable-Firefox-Telemetry-and-Data-Collection
How to disable Firefox Telemetry and Data Collection
https://github.com/K3V1991/Disable-Firefox-Telemetry-and-Data-Collection
blocking browser config data data-collection disable firefox how-to list mozilla mozilla-firefox off options privacy reporting security server settings telemetry tutorial
Last synced: 2 days ago
JSON representation
How to disable Firefox Telemetry and Data Collection
- Host: GitHub
- URL: https://github.com/K3V1991/Disable-Firefox-Telemetry-and-Data-Collection
- Owner: K3V1991
- Created: 2022-07-25T10:07:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T22:41:49.000Z (about 1 year ago)
- Last Synced: 2024-05-02T03:47:47.531Z (12 months ago)
- Topics: blocking, browser, config, data, data-collection, disable, firefox, how-to, list, mozilla, mozilla-firefox, off, options, privacy, reporting, security, server, settings, telemetry, tutorial
- Homepage:
- Size: 32.2 KB
- Stars: 210
- Watchers: 9
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/K3V1991/Disable-Firefox-Telemetry - Guide to disable Firefox Telemetry/Data collection (Browser Extensions/Scripts/Tools / Other)
README
![]()
How to disable Firefox Telemetry and Data Collection
## NFO:
Mozilla has provided few Settings on Options Page to select what kind of Data do you want to share with Mozilla and want to send to Mozilla Servers.
You can turn on/off Options such as ```Allow Firefox to send technical and interaction data to Mozilla```, ```Allow Firefox to install and run studies``` and ```Allow Firefox to send Crash Reports to Mozilla``` Servers.
You can change these settings using ```Privacy & Security``` Section.
Even after you disable these Options, Firefox still collects and sends Data to Servers.
## Disable Telemetry and Data Collection:
1. Open Firefox and type ```about:config``` in the Addressbar and press Enter. It'll show you a Warning Message, click on ```Accept the Risk and Continue``` Button
2. In the Search Bar, type each of the following Preferences and then set them to the Value provided to the right:
Preference | Value to change |
| --- | --- |
| browser.newtabpage.activity-stream.feeds.telemetry | false |
| browser.newtabpage.activity-stream.telemetry | false |
| browser.ping-centre.telemetry | false |
| datareporting.healthreport.service.enabled | false |
| datareporting.healthreport.uploadEnabled | false |
| datareporting.policy.dataSubmissionEnabled | false |
| datareporting.sessions.current.clean | true
| devtools.onboarding.telemetry.logged | false |
| toolkit.telemetry.archive.enabled | 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.prompted | Number Value 2 |
| toolkit.telemetry.rejected | true
| toolkit.telemetry.reportingpolicy.firstRun | false |
| toolkit.telemetry.server | Delete URL |
| toolkit.telemetry.shutdownPingSender.enabled | false |
| toolkit.telemetry.unified | false |
| toolkit.telemetry.unifiedIsOptIn | false |
| toolkit.telemetry.updatePing.enabled | false |