mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/stable'
# Conflicts: # db/demo.zip # src/services/notes.js # src/services/request.js
This commit is contained in:
		| @@ -84,10 +84,11 @@ function exec(opts) { | ||||
| } | ||||
|  | ||||
| function getImage(imageUrl) { | ||||
|     const proxyConf = syncOptions.getSyncProxy(); | ||||
|     const opts = { | ||||
|         method: 'GET', | ||||
|         url: imageUrl, | ||||
|         proxy: syncOptions.getSyncProxy() | ||||
|         proxy: proxyConf !== "noproxy" ? proxyConf : null | ||||
|     }; | ||||
|  | ||||
|     const client = getClient(opts); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user