ChrisAntaki/disable-webrtc-firefox

Please update to the new firefox addon standard.

nicholasmullikin opened this issue · 6 comments

There is more information about the new standard introduced in FF57 to keep add-on compatible here

Hey @nicholasmullikin, it looks like WebExtensions aren't allowed to change browser settings, so this addon can't be migrated. 😢
https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Comparison_with_the_Add-on_SDK#Settings

Note that WebExtensions does not give you access to the browser's own preferences (that is, the preferences exposed in the SDK by preferences/service).

it looks like WebExtensions aren't allowed to change browser settings, so this addon can't be migrated.

Not good, especially since this is a security addon.

@ChrisAntaki, does this bug not describe exactly what you need? It looks like the new setting is peerConnectionEnabled from this page.

Thanks for researching this, Logan! I'll join in on the bug page.

Migration update has been submitted