Ghost/ghost/oembed-service/test
Kevin Ansfield 3bc5eb8cf9
🐛 Fixed Bluesky URLs creating bookmarks rather than embeds (#20435)
closes https://github.com/TryGhost/Ghost/issues/20028

It's fairly common practice for oembed providers to skip some of the "required" fields from the oembed spec such as `height` when it doesn't make sense for the embeddable content, this was the case with Bluesky embeds which return `height: null`

- removed validation for `height` being present in the response for it to be recognised as an embed because we don't use it anywhere and the validation is blocking otherwise valid embeds
2024-06-20 20:41:24 +00:00
..
.eslintrc.js Extracted oembed service to separate package 2022-08-15 10:07:06 +02:00
oembed-service.test.js 🐛 Fixed Bluesky URLs creating bookmarks rather than embeds (#20435) 2024-06-20 20:41:24 +00:00