0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/frontend/services/theme-engine
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
..
config Added card-asset config with sensible default 2021-11-05 12:20:02 +00:00
handlebars Refactored helper registration code into a service 2021-10-05 10:04:02 +01:00
i18n Revert "Revert "Extract logging from DI patterns, only use @tryghost/logging package"" (#13884) 2021-12-14 11:22:39 +00:00
middleware 🔥 Removed support for http/https mixed mode (#14783) 2022-05-11 14:53:23 +01:00
active.js Removed theme engines API versioning concept 2022-04-28 15:35:27 +01:00
engine.js
index.js Refactored helper registration code into a service 2021-10-05 10:04:02 +01:00
preview.js Added description to allowed preview params 2021-09-30 14:07:28 +01:00