Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Wannan tattunawa ta zama daɗaɗɗiya. Yi sabuwar tambaya idan ka na bukatar taimako.

policies.json

  • 3 amsoshi
  • 1 yana da wannan matsala
  • 1 view
  • Amsa ta ƙarshe daga cor-el

more options

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

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)

more options
more options

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,
   }
 }

}

more options

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