mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	Fixed ClickOnce keys.
This commit is contained in:
		
							parent
							
								
									8c0c17b844
								
							
						
					
					
						commit
						ee0a289046
					
				
					 6 changed files with 5 additions and 1601 deletions
				
			
		| 
						 | 
				
			
			@ -1846,7 +1846,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
 | 
			
		|||
                                if (command.nodeid) { cookieContent.nodeid = command.nodeid; }
 | 
			
		||||
                                if (command.tcpaddr) { cookieContent.tcpaddr = command.tcpaddr; } // Indicates the browser want to agent to TCP connect to a remote address
 | 
			
		||||
                                if (command.tcpport) { cookieContent.tcpport = command.tcpport; } // Indicates the browser want to agent to TCP connect to a remote port
 | 
			
		||||
                                command.cookie = parent.parent.encodeCookie(cookieContent);
 | 
			
		||||
                                command.cookie = parent.parent.encodeCookie(cookieContent, parent.parent.loginCookieEncryptionKey);
 | 
			
		||||
                                try { ws.send(JSON.stringify(command)); } catch (ex) { }
 | 
			
		||||
                            }
 | 
			
		||||
                        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue