mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
This reverts commit f303eee8a4
.
refs https://ghost.slack.com/archives/C0568LN2CGJ/p1702277420152709
https://linear.app/tryghost/issue/PROD-46/rss-url-for-private-mode-site-is-hardcoded
This commit is contained in:
parent
29f9322cf3
commit
c969dd18a8
@ -55,8 +55,7 @@ const privateBlogging = {
|
||||
name: 'ghost-private',
|
||||
maxAge: constants.ONE_MONTH_MS,
|
||||
signed: false,
|
||||
sameSite: urlUtils.isSSL(config.get('url')) ? 'none' : 'lax',
|
||||
secure: urlUtils.isSSL(config.get('url'))
|
||||
sameSite: 'none'
|
||||
})(req, res, next);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user