0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/frontend
Kevin Ansfield 8d0a6b2674 🐛 Fixed "View site" not logging into private sites with separate admin domains
no issue

- browsers now block cross-origin cookies unless they are explicitly set with `SameSite=none` and `Secure=true` options which was preventing the login request made by Ghost-Admin from working
- added an explicit `SameSite=none` option to the private site session cookie
- will only work when the front-end site is served over HTTPS - there's no way to get browsers to accept cross-origin cookies over HTTP
2020-04-15 10:52:30 +01:00
..
apps 🐛 Fixed "View site" not logging into private sites with separate admin domains 2020-04-15 10:52:30 +01:00
helpers Improved helper index, use glob to read directory 2020-04-10 13:08:41 +01:00
meta 🐛 Fixed publisher logo meta schema 2020-03-03 12:18:23 +00:00
services Moved non-helper code out of helpers 2020-04-10 12:27:43 +01:00
views Updated unsubscribe copy 2019-11-26 11:03:14 +01:00