Add httpOnly mode

This commit is contained in:
Mészáros Mihály
2020-03-15 01:40:30 +01:00
parent 0bd983b10a
commit c8dd705530
2 changed files with 19 additions and 6 deletions
+4
View File
@@ -47,6 +47,10 @@ module.exports =
// Any http request is redirected to https.
// Listening port for http server.
listeningRedirectPort : 80,
// Listens only on http, only on listeningPort
// listeningRedirectPort disabled
// use case: loadbalancer backend
httpOnly: true,
// 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.