michael@0: #filter substitution michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: pref("datareporting.healthreport.currentDaySubmissionFailureCount", 0); michael@0: pref("datareporting.healthreport.documentServerURI", "https://fhr.data.mozilla.com/"); michael@0: pref("datareporting.healthreport.documentServerNamespace", "metrics"); michael@0: pref("datareporting.healthreport.infoURL", "https://www.mozilla.org/legal/privacy/firefox.html#health-report"); michael@0: pref("datareporting.healthreport.logging.consoleEnabled", true); michael@0: pref("datareporting.healthreport.logging.consoleLevel", "Warn"); michael@0: pref("datareporting.healthreport.logging.dumpEnabled", false); michael@0: pref("datareporting.healthreport.logging.dumpLevel", "Debug"); michael@0: pref("datareporting.healthreport.lastDataSubmissionFailureTime", "0"); michael@0: pref("datareporting.healthreport.lastDataSubmissionRequestedTime", "0"); michael@0: pref("datareporting.healthreport.lastDataSubmissionSuccessfulTime", "0"); michael@0: pref("datareporting.healthreport.nextDataSubmissionTime", "0"); michael@0: pref("datareporting.healthreport.pendingDeleteRemoteData", false); michael@0: michael@0: // Health Report is enabled by default on all channels. michael@0: pref("datareporting.healthreport.uploadEnabled", true); michael@0: michael@0: pref("datareporting.healthreport.service.enabled", true); michael@0: pref("datareporting.healthreport.service.loadDelayMsec", 10000); michael@0: pref("datareporting.healthreport.service.loadDelayFirstRunMsec", 60000); michael@0: michael@0: pref("datareporting.healthreport.service.providerCategories", michael@0: #if MOZ_UPDATE_CHANNEL == release michael@0: "healthreport-js-provider-default" michael@0: #elif MOZ_UPDATE_CHANNEL == default michael@0: "healthreport-js-provider-default" michael@0: #else michael@0: "healthreport-js-provider-default,healthreport-js-provider-@MOZ_UPDATE_CHANNEL@" michael@0: #endif michael@0: ); michael@0: michael@0: pref("datareporting.healthreport.about.reportUrl", "https://fhr.cdn.mozilla.net/%LOCALE%/");