gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: firefox needs request origin


From: gnunet
Subject: [taler-wallet-core] branch master updated: firefox needs request origin permission as optional_permissions
Date: Wed, 07 Sep 2022 14:02:29 +0200

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 96bc4d66 firefox needs request origin permission as 
optional_permissions
96bc4d66 is described below

commit 96bc4d66922216546a4b578e813d6c3328990319
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Sep 7 09:02:20 2022 -0300

    firefox needs request origin permission as optional_permissions
---
 packages/taler-wallet-webextension/manifest-v2.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/packages/taler-wallet-webextension/manifest-v2.json 
b/packages/taler-wallet-webextension/manifest-v2.json
index 98301126..365ec14f 100644
--- a/packages/taler-wallet-webextension/manifest-v2.json
+++ b/packages/taler-wallet-webextension/manifest-v2.json
@@ -38,6 +38,8 @@
     "activeTab"
   ],
   "optional_permissions": [
+    "http://*/*";,
+    "https://*/*";,
     "webRequest"
   ],
   "browser_action": {
@@ -59,4 +61,4 @@
     "page": "static/background.html",
     "persistent": true
   }
-}
+}
\ 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]