diff options
author | praschke <stel@comfy.monster> | 2023-10-22 19:39:02 +0100 |
---|---|---|
committer | praschke <stel@comfy.monster> | 2023-10-22 19:39:02 +0100 |
commit | 2ef9b28e450aa2ba6df309895328fac53aad0543 (patch) | |
tree | ee4345992be3c6690178d7c6510b211a7bcac813 /dev/data | |
parent | 367e10dcbc9b0cf26daa7b1401940a3370e6a632 (diff) |
restore webRequestBlocking on Firefox
Diffstat (limited to 'dev/data')
-rw-r--r-- | dev/data/manifest-variants.json | 19 |
1 files changed, 18 insertions, 1 deletions
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" @@ -250,6 +249,24 @@ ] }, { + "action": "add", + "path": [ + "permissions" + ], + "items": [ + "webRequest" + ] + }, + { + "action": "add", + "path": [ + "permissions" + ], + "items": [ + "webRequestBlocking" + ] + }, + { "action": "remove", "path": [ "permissions" |