From c1c831073b783632f0164a35f36d2c47c24f442a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Sun, 15 Mar 2020 16:35:14 +0100 Subject: [PATCH] Change httpOnly option value in example config --- server/config/config.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/config.example.js b/server/config/config.example.js index cb37421..b346a18 100644 --- a/server/config/config.example.js +++ b/server/config/config.example.js @@ -50,7 +50,7 @@ module.exports = // Listens only on http, only on listeningPort // listeningRedirectPort disabled // use case: loadbalancer backend - httpOnly: true, + httpOnly: false, // If this is set to true, only signed-in users will be able // to join a room directly. Non-signed-in users (guests) will // always be put in the lobby regardless of room lock status.