mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
Update duo and add allow-popups and allow-popups-to-escape-sandbox (#6561)
This commit is contained in:
@@ -83,7 +83,10 @@
|
||||
"
|
||||
>
|
||||
<div id="duo-frame">
|
||||
<iframe id="duo_iframe" sandbox="allow-scripts allow-forms allow-same-origin"></iframe>
|
||||
<iframe
|
||||
id="duo_iframe"
|
||||
sandbox="allow-scripts allow-forms allow-same-origin allow-popups allow-popups-to-escape-sandbox"
|
||||
></iframe>
|
||||
</div>
|
||||
<div class="box last">
|
||||
<div class="box-content">
|
||||
|
||||
Reference in New Issue
Block a user