diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/components/dashboard/preview/LinkContentSection.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/components/dashboard/preview/LinkContentSection.tsx b/apps/web/components/dashboard/preview/LinkContentSection.tsx index 67de4e75..a0a6f580 100644 --- a/apps/web/components/dashboard/preview/LinkContentSection.tsx +++ b/apps/web/components/dashboard/preview/LinkContentSection.tsx @@ -62,6 +62,7 @@ function FullPageArchiveSection({ link }: { link: ZBookmarkedLink }) { link.fullPageArchiveAssetId ?? link.precrawledArchiveAssetId; return ( <iframe + sandbox="" title={link.url} src={`/api/assets/${archiveAssetId}`} className="relative h-full min-w-full" |
