mirror of
https://github.com/sct/overseerr.git
synced 2025-12-26 16:27:17 +01:00
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
@@ -162,7 +162,7 @@ app
|
||||
cookie: {
|
||||
maxAge: 1000 * 60 * 60 * 24 * 30,
|
||||
httpOnly: true,
|
||||
sameSite: true,
|
||||
sameSite: settings.main.csrfProtection ? 'strict' : 'lax',
|
||||
secure: 'auto',
|
||||
},
|
||||
store: new TypeormStore({
|
||||
|
||||
Reference in New Issue
Block a user