0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/frontend/helpers
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
..
tpl Updated content cta helper to use new tiers helper 2022-03-04 18:22:59 +05:30
asset.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
authors.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
body_class.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
cancel_link.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
concat.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
content.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
date.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
encode.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
excerpt.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
facebook_url.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
foreach.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
get.js Refactored async helpers to use async/await (#14781) 2022-05-11 09:51:38 +01:00
ghost_foot.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
ghost_head.js Refactored async helpers to use async/await (#14781) 2022-05-11 09:51:38 +01:00
has.js Removed core @tryghost pkg usage from f/e proxy 2021-09-28 12:19:02 +01:00
img_url.js Removed core @tryghost pkg usage from f/e proxy 2021-09-28 12:19:02 +01:00
is.js Removed core @tryghost pkg usage from f/e proxy 2021-09-28 12:19:02 +01:00
lang.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
link.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
link_class.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
match.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
meta_description.js
meta_title.js
navigation.js 🔥 Removed support for http/https mixed mode (#14783) 2022-05-11 14:53:23 +01:00
page_url.js
pagination.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
plural.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
post_class.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
prev_post.js Refactored async helpers to use async/await (#14781) 2022-05-11 09:51:38 +01:00
price.js Added a note to potentially breaking price helper 2022-04-01 11:33:02 +08:00
products.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
raw.js
reading_time.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
t.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
tags.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
tiers.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
title.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
twitter_url.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00
url.js Renamed rendering service to handlebars 2022-04-05 20:10:33 +01:00