├── Data-Collection.png └── README.md /Data-Collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K3V1991/Disable-Firefox-Telemetry-and-Data-Collection/c8057ce33b92cb54010ed3d0d37c671ace797f51/Data-Collection.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 |

How to disable Firefox Telemetry and Data Collection

3 |
4 | 5 |

6 | 7 | 8 | 9 | 10 | 11 |

12 |
13 |
14 | 15 | ## NFO: 16 | 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.
17 | 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.
18 | You can change these settings using ```Privacy & Security``` Section.
19 | Even after you disable these Options, Firefox still collects and sends Data to Servers. 20 |
21 |
22 | 23 | ## Disable Telemetry and Data Collection: 24 | 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 25 | 2. In the Search Bar, type each of the following Preferences and then set them to the Value provided to the right: 26 |
27 |
28 | 29 | Preference | Value to change | 30 | | --- | --- | 31 | | browser.newtabpage.activity-stream.feeds.telemetry | false | 32 | | browser.newtabpage.activity-stream.telemetry | false | 33 | | browser.ping-centre.telemetry | false | 34 | | datareporting.healthreport.service.enabled | false | 35 | | datareporting.healthreport.uploadEnabled | false | 36 | | datareporting.policy.dataSubmissionEnabled | false | 37 | | datareporting.sessions.current.clean | true 38 | | devtools.onboarding.telemetry.logged | false | 39 | | toolkit.telemetry.archive.enabled | false | 40 | | toolkit.telemetry.bhrPing.enabled | false | 41 | | toolkit.telemetry.enabled | false | 42 | | toolkit.telemetry.firstShutdownPing.enabled | false | 43 | | toolkit.telemetry.hybridContent.enabled | false | 44 | | toolkit.telemetry.newProfilePing.enabled | false | 45 | | toolkit.telemetry.prompted | Number Value 2 | 46 | | toolkit.telemetry.rejected | true 47 | | toolkit.telemetry.reportingpolicy.firstRun | false | 48 | | toolkit.telemetry.server | Delete URL | 49 | | toolkit.telemetry.shutdownPingSender.enabled | false | 50 | | toolkit.telemetry.unified | false | 51 | | toolkit.telemetry.unifiedIsOptIn | false | 52 | | toolkit.telemetry.updatePing.enabled | false | 53 | --------------------------------------------------------------------------------