Answer the question
In order to leave comments, you need to log in
Error setting proxy.settings firefox how to fix?
backgound.js code (taken from https://developer.mozilla.org/en-US/docs/Mozilla/A...
let proxySettings = {
proxyType: "manual",
http: "http://proxy.org:8080",
socksVersion: 4,
passthrough: ".example.org",
};
// eslint-disable-next-line no-undef
browser.proxy.settings.set({ value: proxySettings });
Answer the question
In order to leave comments, you need to log in
There are rumors over the hill that you need to give permissions to work with private windows.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question