Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

firefox and citrix

  • 1 odpowiedź
  • 7 osób ma ten problem
  • 9 wyświetleń
  • Ostatnia odpowiedź od cor-el

more options

Hi,

In the older version of FF you used to have aan all.js where it was possible to force proxy settings for all users in an Citrix envioronment. In the latest version I can't find this all.js, so I wonder what to do to make sure that every user uses the sam proxy setting.

Many thanks in advance.

Hi, In the older version of FF you used to have aan all.js where it was possible to force proxy settings for all users in an Citrix envioronment. In the latest version I can't find this all.js, so I wonder what to do to make sure that every user uses the sam proxy setting. Many thanks in advance.

Wszystkie odpowiedzi (1)

more options

You can use a mozilla.cfg file to lock prefs or specify default values.
You can place a file local-settings.js in the defaults\pref folder to specify using mozilla.cfg.

You can use these functions in mozilla.cfg:

defaultPref();  // set new default value
pref(); // set pref, but allow changes
lockPref();  // lock pref, disallow changes

See: