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