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,
|
||||
cookie: {
|
||||
sameSite: 'none',
|
||||
httpOnly: false,
|
||||
httpOnly: true,
|
||||
secure: false,
|
||||
}
|
||||
} ) );
|
||||
|
||||
Reference in New Issue
Block a user