aboutsummaryrefslogtreecommitdiff
path: root/src/webex
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-05-11 20:43:19 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-05-11 20:43:19 +0530
commit4c614429a0602557273c4783dc0df54ba3687200 (patch)
tree080df8bafbb77678289bbc397d7be2111747a6aa /src/webex
parent0240096cf663df982f0f3e0b9d46407ae7965c96 (diff)
downloadwallet-core-4c614429a0602557273c4783dc0df54ba3687200.tar.xz
also create key material for planchets in smaller bites
Diffstat (limited to 'src/webex')
-rw-r--r--src/webex/wxBackend.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webex/wxBackend.ts b/src/webex/wxBackend.ts
index 54dd35ac4..f56cba176 100644
--- a/src/webex/wxBackend.ts
+++ b/src/webex/wxBackend.ts
@@ -64,7 +64,7 @@ let outdatedDbVersion: number | undefined;
const walletInit: OpenedPromise<void> = openPromise<void>();
const extendedPermissions = {
- permissions: ["webRequest", "webRequestBlocking", "tabs"],
+ permissions: ["webRequest", "webRequestBlocking"],
origins: ["http://*/*", "https://*/*"],
};