diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-29 09:08:00 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-29 09:08:00 +0100 |
commit | ce278a236d52330c3fd960ae554e2f9934432d25 (patch) | |
tree | 295679e3f3fac4be3f265124bf0e4b707d5fd30a /dom/bindings | |
parent | 22ce4ab88d2d4f919e67f2b2d6cc64af1c97c30b (diff) | |
download | uxp-ce278a236d52330c3fd960ae554e2f9934432d25.tar.gz |
[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/bindings')
-rw-r--r-- | dom/bindings/Bindings.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dom/bindings/Bindings.conf b/dom/bindings/Bindings.conf index 9428529f48..feee2423a7 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 }, |