X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=firefox-Disable-Firefox-Health-Report.patch;h=7edc4bae4f67491644395fb2770039a1a299d653;hb=d6ee80a5b50323e9ca25e8927c7428565d562053;hp=fc900c4120e101d47f5735673e1347eb443d3529;hpb=b1598639c0e0b44cec3d9caec4a2386956170a56;p=packages%2Ffirefox.git diff --git a/firefox-Disable-Firefox-Health-Report.patch b/firefox-Disable-Firefox-Health-Report.patch index fc900c4..7edc4ba 100644 --- a/firefox-Disable-Firefox-Health-Report.patch +++ b/firefox-Disable-Firefox-Health-Report.patch @@ -1,21 +1,12 @@ -From: Mike Hommey -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-49.0.1/toolkit/components/telemetry/healthreport-prefs.js~ 2016-06-01 06:11:41.000000000 +0200 ++++ firefox-49.0.1/toolkit/components/telemetry/healthreport-prefs.js 2016-10-02 09:39:52.367936470 +0200 +@@ -4,7 +4,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); ++// Health Report is disabled by default on all channels. ++pref("datareporting.healthreport.uploadEnabled", false); + + pref("datareporting.healthreport.about.reportUrl", "https://fhr.cdn.mozilla.net/%LOCALE%/v4/");