This commit is contained in:
Timothy Jaeryang Baek 2026-08-23 13:10:07 -04:00
parent 0fb542b376
commit 842c1f9d67

View file

@ -721,7 +721,7 @@
<FullHeightIframe
src={embed}
allowScripts={true}
allowForms={true}
allowForms={$settings?.iframeSandboxAllowForms ?? true}
allowSameOrigin={$settings?.iframeSandboxAllowSameOrigin ?? false}
allowPopups={true}
/>