-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension does not work any longer - message "Settings are controlled by other extensions" #135
Comments
FoxyProxy checks if it can control the proxy settings.
chrome.proxy.settings.get({})
.then(console.log)
.catch(console.error) What is the output? |
Thanks @erosman |
"not_controllable" means exactly that. FoxyProxy wont be able to make any changes. It is possible that they have set-up an enterprise policy. You can also try disabling & re-enabling FoxyProxy. |
I suspect if we have such a policy it will prove difficult to make exemptions. |
What is the Chrome version? |
Hi, sorry for the delay, I was out on leave. Specs are below: Policy Precedence = No policy set. Current Precedence order = Platform machine > Cloud machine > Platform user > Cloud user So, some values that might prompt further questions perhaps? eg policies that have status of deprecated or error, or just no policy set (eg FoxyProxy). For ref - I uninstalled the extension and reinstalled but same result. Many thanks, Dan |
It appears that there is a ProxyMode set by the administrator which could be interfering with FoxyProxy. |
thanks for digging @erosman - bad news for me but happy to close this issue |
Hi
a few weeks ago I noticed that FoxyProxy no longer works on Chrome in my corporate environment. The icon in the browser is greyed out and hovering over it reveals the message 'Settings are controlled by other extensions'.
My requirements are to change the hostname and port to 'localhost' and '8080'. My changelog shows 8.9 as latest version.
So far I've been unable to determine whether this is being blocked locally (apparently it is NOT group policy change) or by some other means, or does this version have a bug? I cannot see, since your website is blocked on both home and corporate networks!
This is used for legitimate reasons that I'm quite happy to explain to an admin, however they are unable to explain by which mechanism it is blocked.
Thanks D
The text was updated successfully, but these errors were encountered: