Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

How can I have proxy settings stay for multiple users on an educational network?

  • 1 відповідь
  • 3 мають цю проблему
  • 1 перегляд
  • Остання відповідь від cor-el

more options

Hi,

I want to be able to have mutlple users log onto machines and haave proxy settings already set in preferences. I have tried by copying the Mozilla folder in to the All users location and does not help.

Each user logs onto a computer with a mandatory or Roaming account depending on account security. Settings for firefox are picked up from their Documents and settings folder when they log on (It is created when they log on for the first time)

Is there a way to pull across proxy settings for a new user? Ussually it would be a case of just sticking it in All Users.

Thanks

Hi, I want to be able to have mutlple users log onto machines and haave proxy settings already set in preferences. I have tried by copying the Mozilla folder in to the All users location and does not help. Each user logs onto a computer with a mandatory or Roaming account depending on account security. Settings for firefox are picked up from their Documents and settings folder when they log on (It is created when they log on for the first time) Is there a way to pull across proxy settings for a new user? Ussually it would be a case of just sticking it in All Users. Thanks

Усі відповіді (1)

more options

A possibility is to create a file user.js and place that file in the default template location (defaults\pref) in the Firefox program folder. If you don't want users to change the proxy (connection) settings then you can also lock the prefs or set a different default value.

See http://kb.mozillazine.org/Locking_preferences --- You can use these calls in mozilla.cfg to set or lock a pref: defaultPref(); // set new default value pref(); // set pref, but allow changes lockPref(); // lock pref, disallow changes

http://kb.mozillazine.org/network.proxy.type http://kb.mozillazine.org/network.proxy.%28protocol%29 http://kb.mozillazine.org/network.proxy.%28protocol%29_port