diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index dde6888b2e..695c12cec4 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -26,7 +26,7 @@ const ZOTERO_CONFIG = { REPOSITORY_URL: 'http://www.zotero.org/repo', REPOSITORY_CHECK_INTERVAL: 86400, // 24 hours REPOSITORY_RETRY_INTERVAL: 3600, // 1 hour - SYNC_URL: 'http://sync.zotero.org/' + SYNC_URL: 'https://sync.zotero.org/' }; /*