express-session: Inherit proxy trust from Express

pull/5348/head
Richard Hansen 2021-12-18 17:39:28 -05:00
parent 945e6848e2
commit 7255dd7ef0
1 changed files with 0 additions and 1 deletions

View File

@ -185,7 +185,6 @@ exports.restartServer = async () => {
// Set the cookie name to a javascript identifier compatible string. Makes code handling it
// cleaner :)
name: 'express_sid',
proxy: true,
cookie: {
sameSite: settings.cookie.sameSite,