fix: Update ResponseMessage.svelte (#20210)

* Update ResponseMessage.svelte

* Update ResponseMessage.svelte
This commit is contained in:
Classic298 2025-12-30 11:06:23 +01:00 committed by GitHub
parent d5ccd95293
commit 3b6601631b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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