mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
fix: remove iframe sandbox to fix demo loading on custom domain
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
dc84b07159
commit
5ac194885f
@@ -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"
|
||||
></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user