]> git.pld-linux.org Git - packages/firefox.git/blame - firefox-Disable-Firefox-Health-Report.patch
- up to 70.0
[packages/firefox.git] / firefox-Disable-Firefox-Health-Report.patch
CommitLineData
a1cf73e9
JR
1--- firefox-70.0/modules/libpref/init/all.js~ 2019-10-26 19:00:48.000000000 +0200
2+++ firefox-70.0/modules/libpref/init/all.js 2019-10-26 19:04:38.462322031 +0200
3@@ -5399,7 +5399,7 @@
4 pref("datareporting.healthreport.infoURL", "https://www.mozilla.org/legal/privacy/firefox.html#health-report");
f632a004 5
a1cf73e9
JR
6 // Health Report is enabled by default on all channels.
7- pref("datareporting.healthreport.uploadEnabled", true);
8+ pref("datareporting.healthreport.uploadEnabled", false);
9 #endif
10 #endif
f632a004 11
This page took 0.060736 seconds and 4 git commands to generate.