From 352af010cd78b2add23da3778caa3cc031b9e427 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Fri, 13 Aug 2021 07:15:38 -0700 Subject: [PATCH 1/2] adding stub for crowdin sync testing --- .github/workflows/crowdin-sync.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/crowdin-sync.yml diff --git a/.github/workflows/crowdin-sync.yml b/.github/workflows/crowdin-sync.yml new file mode 100644 index 0000000000..b12288142a --- /dev/null +++ b/.github/workflows/crowdin-sync.yml @@ -0,0 +1,18 @@ +name: Crowdin Sync + +on: + workflow_dispatch: + inputs: {} + #schedule: + # - cron: '0 0 * * *' + +jobs: + crowdin-sync: + name: Autosync + runs-on: ubuntu-20.04 + env: + CROWDIN_BASE_URL: "https://api.crowdin.com/api/v2/projects" + CROWDIN_PROJECT_ID: "268134" + steps: + - name: Checkout repo + uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4 From 4890ca3c511f8459ef316482f819ca1544ae2897 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Fri, 13 Aug 2021 10:23:36 -0400 Subject: [PATCH 2/2] 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 --- 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 @@ -
+