mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Removed auth cookie on control.ashx websocket connect.
This commit is contained in:
parent
f71c326231
commit
417598fccc
3 changed files with 3 additions and 6 deletions
|
@ -1284,7 +1284,7 @@
|
|||
document.onclick = function (e) { if ((xxdialogMode == 999) && (e.target.id != 'topMenuIcon')) { QV('topMenu', false); xxdialogMode = 0; } }
|
||||
|
||||
// Connect to the mesh server
|
||||
meshserver = MeshServerCreateControl(domainUrl, authCookie);
|
||||
meshserver = MeshServerCreateControl(domainUrl);
|
||||
meshserver.onStateChanged = onStateChanged;
|
||||
meshserver.onMessage = onMessage;
|
||||
meshserver.trace = args.trace;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue