Check link preview social graph image URLs

This commit is contained in:
Pete Walters 2026-04-23 08:42:11 -05:00 committed by GitHub
parent ccecf51679
commit 047e462825
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,6 +91,7 @@ public class LinkPreviewFetcherImpl: LinkPreviewFetcher {
if
let imageUrlString = content.ogImageUrlString ?? content.faviconUrlString,
let imageUrl = URL(string: imageUrlString, relativeTo: respondingUrl),
LinkPreviewHelper.isPermittedLinkPreviewUrl(imageUrl),
let imageData = try? await self.fetchImageResource(from: imageUrl)
{
previewThumbnail = await Self.previewThumbnail(srcImageData: imageData)