Merge pull request #3342 from thelounge/xpaw/disable-io-cookie

Disable io cookie
This commit is contained in:
Pavel Djundik 2019-08-03 22:14:15 +03:00 committed by GitHub
commit f4cf33da4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,6 +158,7 @@ module.exports = function() {
const sockets = io(server, {
wsEngine: "ws",
cookie: false,
serveClient: false,
transports: Helper.config.transports,
});