0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/web
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
..
admin Optimised web/ debug logs 2018-10-04 17:43:08 +02:00
api 🐛 Added CORS support to the v2 Content API (#10257) 2018-12-11 11:44:12 +07:00
shared 🐛 Fix last seen for users (#10141) 2018-11-13 18:27:10 +07:00
site Optimised web/ debug logs 2018-10-04 17:43:08 +02:00
index.js Refactored how we require shared middlewares from web/ (#9893) 2018-09-21 16:17:11 +05:30
parent-app.js 🐛 Fixed site changed webhook not triggered for scheduled posts 2018-12-04 09:39:41 +07:00