diff options
author | Sebastian <sebasjm@gmail.com> | 2022-09-07 09:02:20 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2022-09-07 09:02:20 -0300 |
commit | 96bc4d66922216546a4b578e813d6c3328990319 (patch) | |
tree | 13313f547809feb2d34f92d420a3137fbd1c29fc | |
parent | 09b085d24b2a8d4e7723afe82dfd46dd9d36a71a (diff) |
firefox needs request origin permission as optional_permissions
-rw-r--r-- | packages/taler-wallet-webextension/manifest-v2.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/taler-wallet-webextension/manifest-v2.json b/packages/taler-wallet-webextension/manifest-v2.json index 98301126d..365ec14fe 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 |