mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
038b881beb
--HG-- extra : rebase_source : 39ac9f3f0f107de91b17c136d6f06fe475858578
25 lines
1.4 KiB
JavaScript
25 lines
1.4 KiB
JavaScript
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
pref("healthreport.documentServerURI", "https://data.mozilla.com/");
|
|
pref("healthreport.documentServerNamespace", "metrics");
|
|
pref("healthreport.logging.consoleEnabled", true);
|
|
pref("healthreport.logging.consoleLevel", "Warn");
|
|
pref("healthreport.policy.currentDaySubmissionFailureCount", 0);
|
|
pref("healthreport.policy.dataSubmissionEnabled", true);
|
|
pref("healthreport.policy.dataSubmissionPolicyAccepted", false);
|
|
pref("healthreport.policy.dataSubmissionPolicyBypassAcceptance", false);
|
|
pref("healthreport.policy.dataSubmissionPolicyNotifiedTime", "0");
|
|
pref("healthreport.policy.dataSubmissionPolicyResponseType", "");
|
|
pref("healthreport.policy.dataSubmissionPolicyResponseTime", "0");
|
|
pref("healthreport.policy.firstRunTime", "0");
|
|
pref("healthreport.policy.lastDataSubmissionFailureTime", "0");
|
|
pref("healthreport.policy.lastDataSubmissionRequestedTime", "0");
|
|
pref("healthreport.policy.lastDataSubmissionSuccessfulTime", "0");
|
|
pref("healthreport.policy.nextDataSubmissionTime", "0");
|
|
pref("healthreport.service.enabled", true);
|
|
pref("healthreport.service.loadDelayMsec", 10000);
|
|
pref("healthreport.service.providerCategories", "healthreport-js-provider");
|
|
pref("healthreport.infoURL", "http://www.mozilla.org/legal/privacy/firefox.html#health-report");
|