mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 04:23:13 +00:00
Merge pull request #3342 from thelounge/xpaw/disable-io-cookie
Disable io cookie
This commit is contained in:
commit
f4cf33da4b
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ module.exports = function() {
|
|||
|
||||
const sockets = io(server, {
|
||||
wsEngine: "ws",
|
||||
cookie: false,
|
||||
serveClient: false,
|
||||
transports: Helper.config.transports,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue