From d5eacdcbc6d511c87e248b6ce638e0f7bc92138c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 18 Jun 2008 08:47:38 +0000 Subject: [PATCH] Fix sync URL --- chrome/content/zotero/xpcom/zotero.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index dde6888b2..695c12cec 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/' }; /*