mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
[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.
This commit is contained in:
parent
d241dd65c1
commit
690fb97392
3 changed files with 1 additions and 11 deletions
|
|
@ -8,7 +8,6 @@ module.exports = { // eslint-disable-line no-undef
|
|||
"addMessageListener": false,
|
||||
"removeEventListener": false,
|
||||
"sendAsyncMessage": false,
|
||||
"AddonManagerPermissions": false,
|
||||
|
||||
"initialProcessData": true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue