1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-28 12:45:45 +01:00

Remove allow from html since it's moved to js

This commit is contained in:
Hinton 2021-03-04 22:36:17 +01:00
parent b7889b15ff
commit 907fabdd8e

View File

@ -91,4 +91,4 @@
</div>
</form>
<ng-template #twoFactorOptions></ng-template>
<iframe id="webauthn_iframe" hidden allow="publickey-credentials-get *"></iframe>
<iframe id="webauthn_iframe" hidden></iframe>