]> git.pld-linux.org Git - packages/firefox.git/blob - firefox-Disable-Firefox-Health-Report.patch
up to 88.0.1
[packages/firefox.git] / firefox-Disable-Firefox-Health-Report.patch
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");
5  
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
11  
This page took 0.023045 seconds and 3 git commands to generate.