Skip to content

Commit

Permalink
Revert "Update duo and add allow-popups and allow-popups-to-escape-sa…
Browse files Browse the repository at this point in the history
…ndbox (#6561)"

This reverts commit 976b472.
  • Loading branch information
trmartin4 committed Oct 16, 2023
1 parent 976b472 commit f68b31c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions apps/browser/src/auth/popup/two-factor.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,7 @@ <h1 class="center">
"
>
<div id="duo-frame">
<iframe
id="duo_iframe"
sandbox="allow-scripts allow-forms allow-same-origin allow-popups allow-popups-to-escape-sandbox"
></iframe>
<iframe id="duo_iframe" sandbox="allow-scripts allow-forms allow-same-origin"></iframe>
</div>
<div class="box">
<div class="box-content">
Expand Down
5 changes: 1 addition & 4 deletions apps/desktop/src/auth/two-factor.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,7 @@ <h1>{{ title }}</h1>
"
>
<div id="duo-frame">
<iframe
id="duo_iframe"
sandbox="allow-scripts allow-forms allow-same-origin allow-popups allow-popups-to-escape-sandbox"
></iframe>
<iframe id="duo_iframe" sandbox="allow-scripts allow-forms allow-same-origin"></iframe>
</div>
<div class="box last">
<div class="box-content">
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/app/auth/two-factor.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<div id="duo-frame" class="mb-3">
<iframe
id="duo_iframe"
sandbox="allow-scripts allow-forms allow-same-origin allow-popups allow-popups-to-escape-sandbox"
sandbox="allow-scripts allow-forms allow-same-origin"
></iframe>
</div>
</ng-container>
Expand Down

0 comments on commit f68b31c

Please sign in to comment.