summaryrefslogtreecommitdiffstats
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
commitbfc3904054340ac6f525b9e79a9c26ce86c60ca0 (patch)
tree07ca1ddbb599222a68838750e6c41c5d5269461f /services
parent768a1b94576f6a9da284fdb69b9fb1d3354c8f5d (diff)
downloadUXP-bfc3904054340ac6f525b9e79a9c26ce86c60ca0.tar
UXP-bfc3904054340ac6f525b9e79a9c26ce86c60ca0.tar.gz
UXP-bfc3904054340ac6f525b9e79a9c26ce86c60ca0.tar.lz
UXP-bfc3904054340ac6f525b9e79a9c26ce86c60ca0.tar.xz
UXP-bfc3904054340ac6f525b9e79a9c26ce86c60ca0.zip
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 7a388b73d..88464f023 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",
})) {