mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 15:30:39 +01:00
fix: #7947, disable unused cookie
This commit is contained in:
@@ -60,6 +60,7 @@ Sockets.init = function (server) {
|
||||
|
||||
io.listen(server, {
|
||||
transports: nconf.get('socket.io:transports'),
|
||||
cookie: false,
|
||||
});
|
||||
|
||||
Sockets.server = io;
|
||||
|
||||
Reference in New Issue
Block a user