0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core
kirrg001 79959d9581 🐛 Fixed public api access on custom domain
no issue

- if you blog runs on a custom domain, but your admin panel is configured using a different domain
  -> Ghost losts the origin header
- we had this situation once with pretty urls (your request get's redirected from /posts to /posts/, see https://github.com/TryGhost/Ghost/pull/8094)
- we've moved all our redirect logic to Ghost and ran into the same situation
- i've added proper test to ensure it won't happen again
2017-09-14 07:55:14 +07:00
..
client@062e63804b Updated Ghost-Admin to 1.8.5 2017-09-12 20:30:11 +07:00
server 🐛 Fixed public api access on custom domain 2017-09-14 07:55:14 +07:00
test 🐛 Fixed public api access on custom domain 2017-09-14 07:55:14 +07:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00