Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

policies.json

  • 3 antwurd
  • 1 hat dit probleem
  • 1 werjefte
  • Lêste antwurd fan 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

Alle antwurden (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
   }
 }
}