taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

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

firefox needs request origin permission as optional_permissions

Diffstat:
Mpackages/taler-wallet-webextension/manifest-v2.json | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 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