mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04: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
|
// Set the cookie name to a javascript identifier compatible string. Makes code handling it
|
||||||
// cleaner :)
|
// cleaner :)
|
||||||
name: 'express_sid',
|
name: 'express_sid',
|
||||||
proxy: true,
|
|
||||||
cookie: {
|
cookie: {
|
||||||
sameSite: settings.cookie.sameSite,
|
sameSite: settings.cookie.sameSite,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue