From cb06cac81d3730d602c11e554ea3408e9f2b14a7 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Wed, 29 Jan 2020 09:08:00 +0100 Subject: [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. --- dom/bindings/Bindings.conf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dom') 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 }, -- cgit v1.2.3