0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core
Fabien O'Carroll dcfaecfe92
🐛 Added CORS support to the v2 Content API (#10257)
no-issue

When trying to use /api/v2/content from a different domain, the requests
were failing with CORS errors. This doesn't use the shared cors middleware,
because it should be open to all hosts, and not locked down via our
whitelist or trusted domains.
2018-12-11 11:44:12 +07:00
..
client@55a3500e3d Updated Ghost-Admin to 2.7.1 2018-12-05 14:28:11 +07:00
server 🐛 Added CORS support to the v2 Content API (#10257) 2018-12-11 11:44:12 +07:00
test Added validation for null|undefined values for required keys 2018-12-10 16:33:39 +01:00
index.js Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00