summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-10-24 16:00:04 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-10-24 16:00:04 +0200
commitdf7bae46617e30f8ceafaccd9f66e03679cef0e1 (patch)
tree07ca1ddbb599222a68838750e6c41c5d5269461f /services
parent92346c1edc321a1343aaf4b5574c961318efe329 (diff)
downloaduxp-df7bae46617e30f8ceafaccd9f66e03679cef0e1.tar.gz
Update constants.
Diffstat (limited to 'services')
-rw-r--r--services/sync/modules/constants.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/services/sync/modules/constants.js b/services/sync/modules/constants.js
index 7a388b73d8..88464f023a 100644
--- a/services/sync/modules/constants.js
+++ b/services/sync/modules/constants.js
@@ -173,7 +173,8 @@ kSyncBackoffNotMet: "Trying to sync before the server said it
kFirstSyncChoiceNotMade: "User has not selected an action for first sync",
// Application IDs
-FIREFOX_ID: "{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}",
+FIREFOX_ID: "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",
+PALEMOON_ID: "{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}",
FENNEC_ID: "{a23983c0-fd0e-11dc-95ff-0800200c9a66}",
SEAMONKEY_ID: "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}",
TEST_HARNESS_ID: "xuth@mozilla.org",
@@ -181,6 +182,9 @@ TEST_HARNESS_ID: "xuth@mozilla.org",
MIN_PP_LENGTH: 12,
MIN_PASS_LENGTH: 8,
+DEVICE_TYPE_DESKTOP: "desktop",
+DEVICE_TYPE_MOBILE: "mobile",
+
LOG_DATE_FORMAT: "%Y-%m-%d %H:%M:%S",
})) {