From 5ac194885f236cfa4f1c662b35a4cf206f9c49ce Mon Sep 17 00:00:00 2001 From: Lum1104 Date: Tue, 14 Apr 2026 12:15:49 +0800 Subject: [PATCH] fix: remove iframe sandbox to fix demo loading on custom domain Co-Authored-By: Claude Opus 4.6 (1M context) --- homepage/src/components/Showcase.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/homepage/src/components/Showcase.astro b/homepage/src/components/Showcase.astro index 6b6bfc6..cf5217c 100644 --- a/homepage/src/components/Showcase.astro +++ b/homepage/src/components/Showcase.astro @@ -28,7 +28,6 @@ const demoUrl = `${base}demo/index.html`; title="Understand Anything — live demo" class="showcase-iframe" loading="lazy" - sandbox="allow-scripts allow-same-origin" >