commit 2d0df16509c03d74e8c8ed1e7dea8a49212fd3db
parent 09638cbd2c3be068d9564a4025ddca4a78b67422
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 9 Dec 2014 20:43:48 -0500
Switch WWW_BASE_URL to HTTPS
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resource/config.js b/resource/config.js
@@ -4,7 +4,7 @@ var ZOTERO_CONFIG = {
REPOSITORY_CHECK_INTERVAL: 86400, // 24 hours
REPOSITORY_RETRY_INTERVAL: 3600, // 1 hour
BASE_URI: 'http://zotero.org/',
- WWW_BASE_URL: 'http://www.zotero.org/',
+ WWW_BASE_URL: 'https://www.zotero.org/',
PROXY_AUTH_URL: 'https://s3.amazonaws.com/zotero.org/proxy-auth',
SYNC_URL: 'https://sync.zotero.org/',
API_URL: 'https://api.zotero.org/',