mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-11 18:35:22 +03:00
💡 Renamed the cookie used for the private mode
issue https://github.com/TryGhost/Ghost/issues/12564 - This change means users who have already entered the site password will need to do it again
This commit is contained in:
parent
5d122c3c62
commit
8ecaeb4af9
@ -47,6 +47,7 @@ const privateBlogging = {
|
||||
res.isPrivateBlog = true;
|
||||
|
||||
return session({
|
||||
name: 'ghost-private',
|
||||
maxAge: constants.ONE_MONTH_MS,
|
||||
signed: false,
|
||||
sameSite: 'none'
|
||||
|
Loading…
Reference in New Issue
Block a user