gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: webRequestBlocking is require


From: gnunet
Subject: [taler-wallet-core] branch master updated: webRequestBlocking is required for chromium
Date: Tue, 15 Mar 2022 16:23:48 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new eb18c1f1 webRequestBlocking is required for chromium
eb18c1f1 is described below

commit eb18c1f179cb9abadc25c14c39b28e2786fa6f43
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Mar 15 12:23:41 2022 -0300

    webRequestBlocking is required for chromium
---
 packages/taler-wallet-webextension/pack.sh            | 2 +-
 packages/taler-wallet-webextension/src/permissions.ts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/taler-wallet-webextension/pack.sh 
b/packages/taler-wallet-webextension/pack.sh
index 8ea84908..a3876f4c 100755
--- a/packages/taler-wallet-webextension/pack.sh
+++ b/packages/taler-wallet-webextension/pack.sh
@@ -24,7 +24,7 @@ rm -rf extension/v2/unpacked
 mkdir -p extension/v2/unpacked
 (cd extension/v2/unpacked && unzip ../$zipfile)
 echo "Packed webextension: extension/v2/$zipfile"
-
+cp -rf src extension/v2/unpacked
 
 vers_manifest=$(jq -r '.version' manifest-v3.json)
 
diff --git a/packages/taler-wallet-webextension/src/permissions.ts 
b/packages/taler-wallet-webextension/src/permissions.ts
index fe863080..82585b63 100644
--- a/packages/taler-wallet-webextension/src/permissions.ts
+++ b/packages/taler-wallet-webextension/src/permissions.ts
@@ -15,6 +15,6 @@
  */
 
 export const getReadRequestPermissions = () => ({
-  permissions: ["webRequest"],
+  permissions: ["webRequest", "webRequestBlocking"],
   origins: ["http://*/*";, "https://*/*";],
 })
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]