Chrome.proxy API for Firefox WebExtensions

Does Firefox support WebExtensions API for changing proxy settings (e.g. chrome.proxy API )?

Does Mozilla plan to add it?

+4
source share
2 answers

Yes. Starting with Firefox 55 this will be possible. https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/proxy

Keep in mind that this API is completely different from the Chrome version.

To use the code, use typeof browser === 'undefined'

+5
source
+4

Source: https://habr.com/ru/post/1658487/


All Articles