mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #14964] feat: Being able to include iframe from any url #17423
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jcsaaddupuy on GitHub (Jun 13, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14964
Check Existing Issues
Problem Description
Including iframe in markdown content is displayed a raw html, for other sites than youtube.
Being able to include iframe would open the ability to include custom complex widgets in the response chat (for example, but not limited to dataviz charts).
Desired Solution you'd like
having the iframe renderd as html - not only for youtube links.
Alternatives Considered
No response
Additional Context
No response