Merge pull request #3342 from thelounge/xpaw/disable-io-cookie
Disable io cookie
This commit is contained in:
commit
f4cf33da4b
@ -158,6 +158,7 @@ module.exports = function() {
|
||||
|
||||
const sockets = io(server, {
|
||||
wsEngine: "ws",
|
||||
cookie: false,
|
||||
serveClient: false,
|
||||
transports: Helper.config.transports,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user