mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
small change
This commit is contained in:
@@ -76,7 +76,7 @@ app.use( expressSession( {
|
|||||||
saveUninitialized: true,
|
saveUninitialized: true,
|
||||||
cookie: {
|
cookie: {
|
||||||
sameSite: 'none',
|
sameSite: 'none',
|
||||||
httpOnly: false,
|
httpOnly: true,
|
||||||
secure: false,
|
secure: false,
|
||||||
}
|
}
|
||||||
} ) );
|
} ) );
|
||||||
|
|||||||
Reference in New Issue
Block a user