ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

policies.json

  • 3 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 1 ნახვა
  • ბოლოს გამოეხმაურა cor-el

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

ყველა პასუხი (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
   }
 }
}