mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +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',
|
name: 'ghost-private',
|
||||||
maxAge: constants.ONE_MONTH_MS,
|
maxAge: constants.ONE_MONTH_MS,
|
||||||
signed: false,
|
signed: false,
|
||||||
sameSite: urlUtils.isSSL(config.get('url')) ? 'none' : 'lax',
|
sameSite: 'none'
|
||||||
secure: urlUtils.isSSL(config.get('url'))
|
|
||||||
})(req, res, next);
|
})(req, res, next);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user