closes #743, Support non-EZproxy proxies
closes #831, transparent EZProxy support adds a proxy pane to the preferences asks before saving proxies to the DB (to avoid the potential phishing risk #831 would otherwise pose)
This commit is contained in:
parent
30e4ae859d
commit
09e8249db8
16 changed files with 893 additions and 195 deletions
|
@ -20,7 +20,7 @@ var xpcomFiles = ['zotero',
|
|||
'data/collections', 'data/cachedTypes', 'data/creator', 'data/creators',
|
||||
'data/itemFields', 'data/notes', 'data/tag', 'data/tags', 'db', 'enstyle',
|
||||
'file', 'fulltext', 'id', 'ingester', 'integration', 'itemTreeView', 'mime',
|
||||
'notifier', 'progressWindow', 'quickCopy', 'report', 'schema', 'search',
|
||||
'notifier', 'progressWindow', 'proxy', 'quickCopy', 'report', 'schema', 'search',
|
||||
'sync', 'timeline', 'translate', 'utilities', 'zeroconf'];
|
||||
|
||||
for (var i=0; i<xpcomFiles.length; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue