1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-08 11:33:28 +00:00

[PM-3577] Refactor Electron iframes (#6221)

This commit is contained in:
Oscar Hinton
2023-09-07 18:32:45 +02:00
committed by GitHub
parent 0448910806
commit 0e04f35b04
9 changed files with 48 additions and 15 deletions

View File

@@ -83,7 +83,11 @@
</div>
<div [hidden]="!showCaptcha()">
<iframe id="hcaptcha_iframe" height="80"></iframe>
<iframe
id="hcaptcha_iframe"
height="80"
sandbox="allow-scripts allow-same-origin"
></iframe>
</div>
<div class="tw-mb-3 tw-flex tw-space-x-4">