From 2722d9a0f5859c47e071870ec7b8a24b7501db09 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Sat, 15 Apr 2017 00:21:01 -0400 Subject: Disable healthreport --- makeicecat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makeicecat b/makeicecat index 03d5d71..2d403c6 100644 --- a/makeicecat +++ b/makeicecat @@ -207,8 +207,8 @@ EOF ############################################################################### # Disable healthreport -sed '/mozilla.org\/legal/d' -i services/healthreport/healthreport-prefs.js -cat << EOF >>services/healthreport/healthreport-prefs.js +sed '/mozilla.org\/legal/d' -i toolkit/components/telemetry/healthreport-prefs.js +cat << EOF >> toolkit/components/telemetry/healthreport-prefs.js pref("datareporting.healthreport.infoURL", "https://$INFOURL"); EOF -- cgit v1.2.3