0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/frontend/services
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
..
apps Added linting for use of @tryghost/errors 2021-12-01 11:22:21 +00:00
card-assets Improved error handling in card-assets 2021-11-23 17:24:49 +00:00
data Removed res.locals.apiVersion 2022-04-28 15:35:28 +01:00
helpers Refactored async helpers to use async/await (#14781) 2022-05-11 09:51:38 +01:00
rendering 🔥 Removed support for http/https mixed mode (#14783) 2022-05-11 14:53:23 +01:00
routing 🔥 Removed support for http/https mixed mode (#14783) 2022-05-11 14:53:23 +01:00
rss 🔥 Removed support for http/https mixed mode (#14783) 2022-05-11 14:53:23 +01:00
sitemap 🐛 Added pagination to sitemap.xml to avoid max 50,000 entries limit 2022-01-05 11:54:35 +01:00
theme-engine 🔥 Removed support for http/https mixed mode (#14783) 2022-05-11 14:53:23 +01:00
handlebars.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
proxy.js 🔥 Removed versioned APIs 2022-04-28 15:37:09 +01:00