V
V
valera734685342020-04-24 15:46:07
Browsers
valera73468534, 2020-04-24 15:46:07

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 });


the error
Error: proxy.settings requires private browsing permission falls in the console.
although it costs "permissions": ["tabs","proxy","storage"]
why doesn't it work?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Karbivnichy, 2020-04-24
@valera73468534

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 question

Ask a Question

731 491 924 answers to any question