express-session: Inherit proxy trust from Express

This commit is contained in:
Richard Hansen 2021-12-18 17:39:28 -05:00
parent 945e6848e2
commit 7255dd7ef0

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,