2013-01-11 21:45:22 +00:00
|
|
|
/* 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("datareporting.policy.dataSubmissionEnabled", true);
|
2014-07-12 00:00:08 +00:00
|
|
|
pref("datareporting.policy.firstRunTime", "0");
|
2014-07-09 21:32:29 +00:00
|
|
|
pref("datareporting.policy.dataSubmissionPolicyNotifiedTime", "0");
|
|
|
|
pref("datareporting.policy.dataSubmissionPolicyAcceptedVersion", 0);
|
|
|
|
pref("datareporting.policy.dataSubmissionPolicyBypassNotification", false);
|
2014-05-06 07:15:20 +00:00
|
|
|
pref("datareporting.policy.currentPolicyVersion", 2);
|
2014-04-07 09:26:58 +00:00
|
|
|
pref("datareporting.policy.minimumPolicyVersion", 1);
|
|
|
|
pref("datareporting.policy.minimumPolicyVersion.channel-beta", 2);
|