mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-05 16:28:32 -05:00
[GH-ISSUE #20483] issue: iFrame sandbox settings always on allow-same-origin, allow-scripts #138923
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 @HCAHofm on GitHub (Jan 8, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20483
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.43
Ollama Version (if applicable)
No response
Operating System
Ubuntu
Browser (if applicable)
Firefox, Edge
Confirmation
README.md.Expected Behavior
When toggling the user setting about
iframe sandbox allow same origin
and iframe sandbox allow forms
to off, the actual behavior should follow
Actual Behavior
When toggling the both iframe sandbox options off, the Firefox Inspect Element stil says
sandbox="allow-scripts allow-forms allow-same-origin allow-popups allow-downloads"
for the iFrame. (see screenshot)
I was also surprised that the settings for allow-same-origin are set be the user instead of the admin.
Steps to Reproduce
Logs & Screenshots
Tool with rich-ui Element
Additional Information
No response
@Classic298 commented on GitHub (Jan 8, 2026):
should be fixed in dev
@Classic298 commented on GitHub (Jan 8, 2026):
https://github.com/open-webui/open-webui/pull/20210/changes
https://github.com/open-webui/open-webui/pull/20209/changes
Feel free to verify
@HCAHofm commented on GitHub (Jan 8, 2026):
Nice thanks