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