Switch WWW_BASE_URL to HTTPS
This commit is contained in:
parent
09638cbd2c
commit
2d0df16509
|
@ -4,7 +4,7 @@ var ZOTERO_CONFIG = {
|
||||||
REPOSITORY_CHECK_INTERVAL: 86400, // 24 hours
|
REPOSITORY_CHECK_INTERVAL: 86400, // 24 hours
|
||||||
REPOSITORY_RETRY_INTERVAL: 3600, // 1 hour
|
REPOSITORY_RETRY_INTERVAL: 3600, // 1 hour
|
||||||
BASE_URI: 'http://zotero.org/',
|
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',
|
PROXY_AUTH_URL: 'https://s3.amazonaws.com/zotero.org/proxy-auth',
|
||||||
SYNC_URL: 'https://sync.zotero.org/',
|
SYNC_URL: 'https://sync.zotero.org/',
|
||||||
API_URL: 'https://api.zotero.org/',
|
API_URL: 'https://api.zotero.org/',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user