diff options
Diffstat (limited to 'application/palemoon')
-rw-r--r-- | application/palemoon/branding/shared/pref/preferences.inc | 9 |
1 files changed, 7 insertions, 2 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 // ============================================================================ |