mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Removed auth data from websocket connection URL.
This commit is contained in:
parent
4e4ae9cab8
commit
f71c326231
3 changed files with 48 additions and 12 deletions
|
@ -608,6 +608,12 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
|
|||
// pass through to switch statement until refactoring complete
|
||||
|
||||
switch (command.action) {
|
||||
case 'urlargs':
|
||||
{
|
||||
console.log(req.query);
|
||||
console.log(command.args);
|
||||
break;
|
||||
}
|
||||
case 'intersession':
|
||||
{
|
||||
// Sends data between sessions of the same user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue