Ghost/core
Hannah Wolfe b29852b012
🔥 Removed support for http/https mixed mode (#14783)
closes: https://github.com/TryGhost/Toolbox/issues/324
refs: https://github.com/TryGhost/Ghost/issues/14446

- Currently, if url is configured to http but a request is marked secure, Ghost will handle upgrading all internal URLs to https so that there are no mixed content warnings
- From 5.0 that feature is going away, in favour of strictly honouring the configured URL
- Ghost will serve URLs exactly as configured and won't upgrade http to https anymore
- This use case was common when Ghost was first built, but in 2022 the web is mostly https.
- The code needed to support the feature creates a lot of additional complexity & maintenance overhead, so removing this gives us space to do more cool and useful stuff in 2022
2022-05-11 14:53:23 +01:00
..
client@5751899e5b Updated Admin to v4.46.0 2022-04-28 15:29:18 +01:00
frontend 🔥 Removed support for http/https mixed mode (#14783) 2022-05-11 14:53:23 +01:00
server 🔥 Removed support for http/https mixed mode (#14783) 2022-05-11 14:53:23 +01:00
shared Added initial concept of calculated settings (#14766) 2022-05-10 21:49:38 +01:00
app.js Fixed express app stacking 2021-12-06 21:28:53 +13:00
boot.js Renamed settings index.js to settings-service.js 2022-05-10 20:55:31 +01:00
bridge.js Removed sync method from route settings loader 2022-04-28 15:37:09 +01:00