summaryrefslogtreecommitdiffstats
path: root/dom
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-01-29 09:08:00 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 12:17:58 +0200
commitcb06cac81d3730d602c11e554ea3408e9f2b14a7 (patch)
tree5b29bb7089356591ff8bf8c03f97de5fc07bba58 /dom
parentc3d92cd33819d6d7463b9ddab2e045f16100e122 (diff)
downloadUXP-cb06cac81d3730d602c11e554ea3408e9f2b14a7.tar
UXP-cb06cac81d3730d602c11e554ea3408e9f2b14a7.tar.gz
UXP-cb06cac81d3730d602c11e554ea3408e9f2b14a7.tar.lz
UXP-cb06cac81d3730d602c11e554ea3408e9f2b14a7.tar.xz
UXP-cb06cac81d3730d602c11e554ea3408e9f2b14a7.zip
[WebRequest] Remove AddonManagerPermissions leftovers
This was added as part of the WebExtension sec issue CVE-2017-5389. Since we no longer have this interface, it needed to be removed to prevent errors in the WebRequest channel callback.
Diffstat (limited to 'dom')
-rw-r--r--dom/bindings/Bindings.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/dom/bindings/Bindings.conf b/dom/bindings/Bindings.conf
index b00af2085..8d647e683 100644
--- a/dom/bindings/Bindings.conf
+++ b/dom/bindings/Bindings.conf
@@ -53,11 +53,6 @@ DOMInterfaces = {
'concrete': False
},
-'AddonManagerPermissions': {
- 'wrapperCache': False,
- 'concrete': False
-},
-
'AnimationEffectReadOnly': {
'concrete': False
},