policies.json
Hi
I am having trouble with a proxy promt constantly asking me to log in but I do not want to use proxy so therefore my question regarding setting the proxy settings to "No Proxy" using the policies.json. Is this possible or do I have to do this manually on all users preferences?
Sincerely Seb
All Replies (3)
So to I tried to set Proxy to "No Proxy" and used this, but still does not seem to work.
{
"policies": { "Proxy": { "Mode": "none", "Locked": true, } }
}
You shouldn't add a trailing comma before a closing '}' : "Locked": true You can check the about:policies#errors page to see whether errors are reported. ---
{ "policies": { "Proxy": { "Mode": "none", "Locked": true } } }