mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 11:40:21 +00:00 
			
		
		
		
	Added IPC allowlist for localhost
This commit is contained in:
		
							parent
							
								
									99df9c7643
								
							
						
					
					
						commit
						1ad63e18b9
					
				@ -45,7 +45,14 @@
 | 
				
			|||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "security": {
 | 
					    "security": {
 | 
				
			||||||
      "csp": null,
 | 
					      "csp": null,
 | 
				
			||||||
      "dangerousUseHttpScheme": true
 | 
					      "dangerousUseHttpScheme": true,
 | 
				
			||||||
 | 
					      "dangerousRemoteDomainIpcAccess": [
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            "domain": "localhost",
 | 
				
			||||||
 | 
					            "windows": ["main"],
 | 
				
			||||||
 | 
					            "enableTauriAPI": true
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					      ]
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "bundle": {
 | 
					    "bundle": {
 | 
				
			||||||
      "active": true,
 | 
					      "active": true,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user