mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-10-31 12:03:39 +00:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | be869a52d5 | ||
|  | fcbb5da18e | 
| @@ -1,7 +1,7 @@ | |||||||
| { | { | ||||||
|   "name": "zulip", |   "name": "zulip", | ||||||
|   "productName": "Zulip", |   "productName": "Zulip", | ||||||
|   "version": "4.0.2-beta", |   "version": "4.0.3", | ||||||
|   "desktopName": "zulip.desktop", |   "desktopName": "zulip.desktop", | ||||||
|   "description": "Zulip Desktop App", |   "description": "Zulip Desktop App", | ||||||
|   "license": "Apache-2.0", |   "license": "Apache-2.0", | ||||||
|   | |||||||
| @@ -47,7 +47,6 @@ class WebView extends BaseComponent { | |||||||
| 					data-tab-id="${this.props.tabIndex}" | 					data-tab-id="${this.props.tabIndex}" | ||||||
| 					src="${this.props.url}" | 					src="${this.props.url}" | ||||||
| 					${this.props.nodeIntegration ? 'nodeIntegration' : ''} | 					${this.props.nodeIntegration ? 'nodeIntegration' : ''} | ||||||
| 					disablewebsecurity |  | ||||||
| 					${this.props.preload ? 'preload="js/preload.js"' : ''} | 					${this.props.preload ? 'preload="js/preload.js"' : ''} | ||||||
| 					partition="persist:webviewsession" | 					partition="persist:webviewsession" | ||||||
| 					name="${this.props.name}" | 					name="${this.props.name}" | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| { | { | ||||||
|   "name": "zulip", |   "name": "zulip", | ||||||
|   "productName": "Zulip", |   "productName": "Zulip", | ||||||
|   "version": "4.0.2-beta", |   "version": "4.0.3", | ||||||
|   "main": "./app/main", |   "main": "./app/main", | ||||||
|   "description": "Zulip Desktop App", |   "description": "Zulip Desktop App", | ||||||
|   "license": "Apache-2.0", |   "license": "Apache-2.0", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user