mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 21:33:24 +03:00
b29852b012
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 |
||
---|---|---|
.. | ||
amp-url.test.js | ||
asset-url.test.js | ||
author-fb-url.test.js | ||
author-image.test.js | ||
author-url.test.js | ||
blog-logo.test.js | ||
canonical-url.test.js | ||
context-object.test.js | ||
cover-image.test.js | ||
creator-url.test.js | ||
description.test.js | ||
generate-excerpt.test.js | ||
image-dimensions.test.js | ||
keywords.test.js | ||
modified-date.test.js | ||
og-image.test.js | ||
og-type.test.js | ||
paginated-url.test.js | ||
published-date.test.js | ||
rss-url.test.js | ||
schema.test.js | ||
structured-data.test.js | ||
title.test.js | ||
twitter-image.test.js | ||
url.test.js |