1
0
Fork 0
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:
Ylian Saint-Hilaire 2021-11-03 19:22:31 -07:00
parent f71c326231
commit 417598fccc
3 changed files with 3 additions and 6 deletions

View file

@ -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;