mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
express-session: Inherit proxy trust from Express
This commit is contained in:
parent
945e6848e2
commit
7255dd7ef0
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue