]> git.pld-linux.org Git - packages/firefox.git/blob - firefox-Disable-Firefox-Health-Report.patch
- up to 50.0.1
[packages/firefox.git] / firefox-Disable-Firefox-Health-Report.patch
1 --- firefox-49.0.1/toolkit/components/telemetry/healthreport-prefs.js~  2016-06-01 06:11:41.000000000 +0200
2 +++ firefox-49.0.1/toolkit/components/telemetry/healthreport-prefs.js   2016-10-02 09:39:52.367936470 +0200
3 @@ -4,7 +4,7 @@
4  
5  pref("datareporting.healthreport.infoURL", "https://www.mozilla.org/legal/privacy/firefox.html#health-report");
6  
7 -// Health Report is enabled by default on all channels.
8 -pref("datareporting.healthreport.uploadEnabled", true);
9 +// Health Report is disabled by default on all channels.
10 +pref("datareporting.healthreport.uploadEnabled", false);
11  
12  pref("datareporting.healthreport.about.reportUrl", "https://fhr.cdn.mozilla.net/%LOCALE%/v4/");
This page took 0.03395 seconds and 3 git commands to generate.