Update duo and add allow-popups and allow-popups-to-escape-sandbox (#6561)
This commit is contained in:
parent
bb9de00ad7
commit
95d4406a7e
|
@ -113,7 +113,10 @@
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div id="duo-frame">
|
<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>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
|
@ -83,7 +83,10 @@
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div id="duo-frame">
|
<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>
|
||||||
<div class="box last">
|
<div class="box last">
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
|
@ -92,7 +92,7 @@
|
||||||
<div id="duo-frame" class="mb-3">
|
<div id="duo-frame" class="mb-3">
|
||||||
<iframe
|
<iframe
|
||||||
id="duo_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>
|
></iframe>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
Loading…
Reference in New Issue