Ghost/ghost/core/test/unit/frontend
Ronald Langeveld e5056d8d9d
🐛 Fixed External Image URLs being incorrectly prefixed (#20226)
ref ENG-824

- the bug is causing resize prefixes being added to images served from
outside of Ghost.
- this now would only append the prefex to images served by Ghost and
other images urls' would get served as is.
- we can determine that by checking whether imageName doesn't exist,
meaning the source is a third party.
- this mostly affect edge case users, eg where a feature image url was
passed in via the API and doesn't get served by Ghost.
2024-05-20 18:06:03 +08:00
..
apps Fixed configUtils and adapter cache issues in E2E tests (#16167) 2023-01-30 14:06:20 +01:00
helpers Enforced more Mocha lint rules (#19720) 2024-04-16 09:37:06 +02:00
meta 🐛 Fixed External Image URLs being incorrectly prefixed (#20226) 2024-05-20 18:06:03 +08:00
services Enforced more Mocha lint rules (#19720) 2024-04-16 09:37:06 +02:00
utils Fixed configUtils and adapter cache issues in E2E tests (#16167) 2023-01-30 14:06:20 +01:00
web/middleware Added timeout when resizing an image (#20087) 2024-04-30 08:39:30 +01:00