Use HTTPS for proxy auth check
This commit is contained in:
parent
2a27cd506d
commit
c28ef6f2d6
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const ZOTERO_CONFIG = {
|
|||
REPOSITORY_RETRY_INTERVAL: 3600, // 1 hour
|
||||
BASE_URI: 'http://zotero.org/',
|
||||
WWW_BASE_URL: 'http://www.zotero.org/',
|
||||
PROXY_AUTH_URL: 'http://zotero.org.s3.amazonaws.com/proxy-auth',
|
||||
PROXY_AUTH_URL: 'https://s3.amazonaws.com/zotero.org/proxy-auth',
|
||||
SYNC_URL: 'https://sync.zotero.org/',
|
||||
API_URL: 'https://api.zotero.org/',
|
||||
API_VERSION: 2,
|
||||
|
|
Loading…
Reference in a new issue