Hi,
Using the v0 API, v0.chats.create() returns a demo URL (*.vusercontent.net).
The docs mention that this demo can be embedded in an iframe.
Observed behavior:
-
framing
chat.demoworks onlocalhost -
The same iframe fails in production
-
Browser error indicates CSP blocking (
default-src 'self')
Is iframe embedding of demo URLs intentionally limited to localhost ?
Is there any supported way to allow iframe embedding on production domains, or is opening the demo in a new tab the intended approach?
Thanks - clarification here would help avoid confusion when building production previews.