Set Pale Moon Sync specific URLs in application shared prefs.

Tag #468.
This commit is contained in:
wolfbeast 2018-06-10 00:45:25 +02:00 committed by Roy Tam
commit b80678934a

View file

@ -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
// ============================================================================