]> git.pld-linux.org Git - packages/firefox.git/blobdiff - firefox-Disable-Firefox-Health-Report.patch
- shorter form
[packages/firefox.git] / firefox-Disable-Firefox-Health-Report.patch
index fc900c4120e101d47f5735673e1347eb443d3529..2277934fba2494eb3654a5dd1c1ed5c49a8577eb 100644 (file)
@@ -1,21 +1,11 @@
-From: Mike Hommey <mh@glandium.org>
-Date: Fri, 15 Mar 2013 17:08:40 +0100
-Subject: Disable Firefox Health Report
-
----
- browser/confvars.sh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/browser/confvars.sh b/browser/confvars.sh
-index 35cbdac..906de7a 100644
---- a/browser/confvars.sh
-+++ b/browser/confvars.sh
-@@ -27,7 +27,7 @@ MOZ_CHROME_FILE_FORMAT=omni
- MOZ_SAFE_BROWSING=1
- MOZ_SERVICES_COMMON=1
- MOZ_SERVICES_CRYPTO=1
--MOZ_SERVICES_HEALTHREPORT=1
-+MOZ_SERVICES_HEALTHREPORT=
- MOZ_SERVICES_SYNC=1
- MOZ_SERVICES_CLOUDSYNC=1
- MOZ_APP_VERSION=$FIREFOX_VERSION
+--- firefox-70.0/modules/libpref/init/all.js~  2019-10-26 19:00:48.000000000 +0200
++++ firefox-70.0/modules/libpref/init/all.js   2019-10-26 19:04:38.462322031 +0200
+@@ -5399,7 +5399,7 @@
+     pref("datareporting.healthreport.infoURL", "https://www.mozilla.org/legal/privacy/firefox.html#health-report");
+     // Health Report is enabled by default on all channels.
+-    pref("datareporting.healthreport.uploadEnabled", true);
++    pref("datareporting.healthreport.uploadEnabled", false);
+   #endif
+ #endif
This page took 0.061647 seconds and 4 git commands to generate.