Rolled back express-ws due to agent not doing websocket masking.

Ylian Saint-Hilaire committed Jun 9, 2021 at 15:34 UTC 18e306426db90b4e07e661355dc7c8ad11fb9b55
1 file changed +1 -1
meshcentral.js
+1 -1
@@ -3168,7 +3168,7 @@ function mainStart() {
3168 }
3169
3170 // Build the list of required modules
3171 - var modules = ['ws@7.4.6', 'cbor@5.2.0', 'nedb', 'https', 'yauzl', 'xmldom', 'ipcheck', 'express', 'archiver@4.0.2', 'multiparty', 'node-forge', 'express-ws', 'compression', 'body-parser', 'cookie-session', 'express-handlebars'];
3171 + var modules = ['cbor@5.2.0', 'nedb', 'https', 'yauzl', 'xmldom', 'ipcheck', 'express', 'archiver@4.0.2', 'multiparty', 'node-forge', 'express-ws@4.0.0', 'compression', 'body-parser', 'cookie-session', 'express-handlebars'];
3172 if (require('os').platform() == 'win32') { modules.push('node-windows'); modules.push('loadavg-windows'); if (sspi == true) { modules.push('node-sspi'); } } // Add Windows modules
3173 if (ldap == true) { modules.push('ldapauth-fork'); }
3174 if (mstsc == true) { modules.push('node-rdpjs-2'); }