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 2cb41dd8cd 🐛 Fixed CORS for errors from Content API
closes #10932

Previously we were only applying the cors middleware to the options
preflight request, which meant that if the request errored, the cors
headers would not be applied, resulting in the client being unable to
read response data. This applies the cors middleware to _all_ requests
to the Content API.
2019-07-22 12:57:41 +08:00
..
client@fd546c0873 Updated Ghost-Admin to 2.25.8 2019-07-17 17:45:21 +02:00
frontend 🐛 Fixed theme upload error when overriding existing 2019-07-11 15:34:15 +05:30
server 🐛 Fixed CORS for errors from Content API 2019-07-22 12:57:41 +08:00
test Exposed site SEO data through Conent API & {{@site.*}} helper (#10925) 2019-07-19 10:40:47 +02:00
index.js Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00