diff options
Diffstat (limited to 'application/palemoon')
-rw-r--r-- | application/palemoon/branding/shared/pref/preferences.inc | 9 | ||||
-rw-r--r-- | application/palemoon/config/version.txt | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/application/palemoon/branding/shared/pref/preferences.inc b/application/palemoon/branding/shared/pref/preferences.inc index 58539aeb2..7c47a9fef 100644 --- a/application/palemoon/branding/shared/pref/preferences.inc +++ b/application/palemoon/branding/shared/pref/preferences.inc @@ -112,10 +112,15 @@ pref("image.mem.decode_bytes_at_a_time", 65536); //larger chunks // ===| Sync |================================================================= -// Sync server URL +// Pale Moon Sync server URLs pref("services.sync.serverURL","https://pmsync.palemoon.org/sync/index.php/"); pref("services.sync.jpake.serverURL","https://keyserver.palemoon.org/"); -pref("services.sync.APILevel", 1); // FSyncMS doesn't support info/configuration +pref("services.sync.termsURL", "http://www.palemoon.org/sync/terms.shtml"); +pref("services.sync.privacyURL", "http://www.palemoon.org/sync/privacy.shtml"); +pref("services.sync.statusURL", "https://pmsync.palemoon.org/status/"); +pref("services.sync.syncKeyHelpURL", "http://www.palemoon.org/sync/help/recoverykey.shtml"); + +pref("services.sync.APILevel", 1); // FSyncMS doesn't support 'info/configuration' requests // ============================================================================ diff --git a/application/palemoon/config/version.txt b/application/palemoon/config/version.txt index 90398d629..a1b69aa68 100644 --- a/application/palemoon/config/version.txt +++ b/application/palemoon/config/version.txt @@ -1 +1 @@ -28.0.0a3
\ No newline at end of file +28.0.0a4
\ No newline at end of file |