mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Set Pale Moon Sync specific URLs in application shared prefs.
Tag #468.
This commit is contained in:
parent
f174521d9e
commit
b80678934a
1 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
// ============================================================================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue