1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Update duo and add allow-popups and allow-popups-to-escape-sandbox (#6561)

This commit is contained in:
Oscar Hinton
2023-10-13 18:22:59 +02:00
committed by GitHub
parent bb9de00ad7
commit 95d4406a7e
3 changed files with 9 additions and 3 deletions

View File

@@ -92,7 +92,7 @@
<div id="duo-frame" class="mb-3">
<iframe
id="duo_iframe"
sandbox="allow-scripts allow-forms allow-same-origin"
sandbox="allow-scripts allow-forms allow-same-origin allow-popups allow-popups-to-escape-sandbox"
></iframe>
</div>
</ng-container>