diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2017-04-15 00:21:01 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2017-04-15 00:21:01 -0400 |
commit | 2722d9a0f5859c47e071870ec7b8a24b7501db09 (patch) | |
tree | 3be4e6726e1cef8eae605f255d196ba28f2cab79 | |
parent | dcf986495d03ad00e07599de0b9e5a66f96ff002 (diff) |
Disable healthreport
-rw-r--r-- | makeicecat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |