Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

How to set "Never Remember History" across an organization through GPO ?

  • 2 ответа
  • 1 имеет эту проблему
  • 1 просмотр
  • Последний ответ от Blackceed

more options

By creating an adm add-on; it will allows managing preferences from the windows registry; then use Group Policies from Microsoft Active Directories to manage Firefox preferences. Can you please help me create a template for it ?

By creating an adm add-on; it will allows managing preferences from the windows registry; then use Group Policies from Microsoft Active Directories to manage Firefox preferences. Can you please help me create a template for it ?

Выбранное решение

See also:

//
lockPref("browser.privatebrowsing.autostart", true);
Прочитайте этот ответ в контексте 👍 2

Все ответы (2)

more options

Выбранное решение

See also:

//
lockPref("browser.privatebrowsing.autostart", true);
more options

this config can be done from the browser settings with the link "about:config". Do you know how to edit it and import it to GPO ?