express-session: Inherit proxy trust from Express
parent
945e6848e2
commit
7255dd7ef0
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in New Issue