mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
refac
This commit is contained in:
parent
0fb542b376
commit
842c1f9d67
1 changed files with 1 additions and 1 deletions
|
|
@ -721,7 +721,7 @@
|
|||
<FullHeightIframe
|
||||
src={embed}
|
||||
allowScripts={true}
|
||||
allowForms={true}
|
||||
allowForms={$settings?.iframeSandboxAllowForms ?? true}
|
||||
allowSameOrigin={$settings?.iframeSandboxAllowSameOrigin ?? false}
|
||||
allowPopups={true}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue