summaryrefslogtreecommitdiff
path: root/mobile/android
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2017-11-11 12:02:35 +0100
committerPale Moon <git-repo@palemoon.org>2017-11-11 12:02:35 +0100
commiteccdd2532666215ab6c698b29d4ed3ad5b88f5a8 (patch)
treec188776967eae657a224cc1a3f684f6e3b41da83 /mobile/android
parent8e8594831cbe5dda0644c50b45477b8446010bb1 (diff)
downloadpalemoon-gre-eccdd2532666215ab6c698b29d4ed3ad5b88f5a8.tar.gz
Switch sync and key server to palemoon.org (mobile)
Tag #1458.
Diffstat (limited to 'mobile/android')
-rw-r--r--mobile/android/base/sync/jpake/JPakeClient.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/android/base/sync/jpake/JPakeClient.java b/mobile/android/base/sync/jpake/JPakeClient.java
index 7a0b0385e..4e1c181ba 100644
--- a/mobile/android/base/sync/jpake/JPakeClient.java
+++ b/mobile/android/base/sync/jpake/JPakeClient.java
@@ -92,7 +92,7 @@ public class JPakeClient {
public JPakeClient(SetupSyncActivity activity) {
controllerActivity = activity;
- jpakeServer = "https://keyserver.palemoon.net/";
+ jpakeServer = "https://keyserver.palemoon.org/";
jpakePollInterval = 1 * 1000; // 1 second
jpakeMaxTries = MAX_TRIES;