0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/test
Katharina Irrgang 4ac34a7f33 🐛 Fixed api url for the ghost sdk (#9013)
no issue

- mirror LTS behaviour to master
- if your blog or admin url is configured to http, it's still possible that e.g. nginx allows both https/http
- that's why we should generate the api url without protocol in this case
- so it depends how you serve your blog, example:
  - blog url is http://example.com
  - generated api url for the sdk is //example.com (dynamic protocol allowed)
  - you serve your blog via https://example.com, protocol is https
  - you serve your blog via http://example.com, protocol is http
2017-09-18 16:28:22 +01:00
..
functional 🐛 Fixed public api access on custom domain 2017-09-14 07:55:14 +07:00
integration Removed defunct Ghost OAuth code (#9014) 2017-09-18 13:01:58 +01:00
unit 🐛 Fixed api url for the ghost sdk (#9013) 2017-09-18 16:28:22 +01:00
utils 🐛 Fixed only save imported post ids if amp field is empty (#8967) 2017-09-04 09:48:56 +02:00
.jshintrc