From 4b4c6e8e68115fc57664e94c0d423b298f9fb7d5 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Fri, 13 Aug 2021 10:23:36 -0400 Subject: [PATCH] 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 (cherry picked from commit 4890ca3c511f8459ef316482f819ca1544ae2897) --- jslib | 2 +- src/popup/accounts/two-factor.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jslib b/jslib index c70c8ecc24..1f0127966e 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit c70c8ecc247cb92e1f867630031fd5cdf124bcd3 +Subproject commit 1f0127966e85aa29f9e50144de9b2a03b00de5d4 diff --git a/src/popup/accounts/two-factor.component.html b/src/popup/accounts/two-factor.component.html index 2e8cd97b06..5eaa1c122e 100644 --- a/src/popup/accounts/two-factor.component.html +++ b/src/popup/accounts/two-factor.component.html @@ -60,7 +60,7 @@ -
+