mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-01 18:08:19 +01:00
Add iframe allow to initial load (#2005)
* Add iframe allow to initial load Chrome seems to balk at this attribute being added after the fact. It may be a race condition or an intentional block, but adding to the template fixes our missing allow attribute problem. * Update jslib
This commit is contained in:
parent
a61598253c
commit
4890ca3c51
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit c70c8ecc247cb92e1f867630031fd5cdf124bcd3
|
||||
Subproject commit 1f0127966e85aa29f9e50144de9b2a03b00de5d4
|
@ -60,7 +60,7 @@
|
||||
</div>
|
||||
</ng-container>
|
||||
<ng-container *ngIf="selectedProviderType === providerType.WebAuthn && !webAuthnNewTab">
|
||||
<div id="web-authn-frame"><iframe id="webauthn_iframe"></iframe></div>
|
||||
<div id="web-authn-frame"><iframe id="webauthn_iframe" [allow]="webAuthnAllow"></iframe></div>
|
||||
<div class="box">
|
||||
<div class="box-content">
|
||||
<div class="box-content-row box-content-row-checkbox" appBoxRow>
|
||||
|
Loading…
Reference in New Issue
Block a user