From 2ef9b28e450aa2ba6df309895328fac53aad0543 Mon Sep 17 00:00:00 2001 From: praschke Date: Sun, 22 Oct 2023 19:39:02 +0100 Subject: restore webRequestBlocking on Firefox --- dev/data/manifest-variants.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'dev/data') diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index c8e2c33b..07c98b91 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -80,7 +80,6 @@ "storage", "clipboardWrite", "unlimitedStorage", - "webRequest", "declarativeNetRequest", "scripting", "offscreen" @@ -249,6 +248,24 @@ "nativeMessaging" ] }, + { + "action": "add", + "path": [ + "permissions" + ], + "items": [ + "webRequest" + ] + }, + { + "action": "add", + "path": [ + "permissions" + ], + "items": [ + "webRequestBlocking" + ] + }, { "action": "remove", "path": [ -- cgit v1.2.3