Ghost/test/e2e-frontend
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
..
helpers Removed res.locals.apiVersion 2022-04-28 15:35:28 +01:00
advanced_url_config.test.js 🔥 Removed support for http/https mixed mode (#14783) 2022-05-11 14:53:23 +01:00
custom_routes.test.js Removed unused sinon referece 2021-11-30 20:14:51 +13:00
default_routes.test.js 🐛 Fixed missing index page from pages sitemaps 2022-02-28 22:23:11 +07:00
email_routes.test.js Removed theme engines API versioning concept 2022-04-28 15:35:27 +01:00
members.test.js Added member endpoints for managing newsletter subscriptions (#14624) 2022-04-28 17:14:17 +05:30
preview_routes.test.js Updated e2e tests to be async/await 2021-10-06 15:51:05 +01:00