Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

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

  • 2 одговорa
  • 1 има овај проблем
  • 37 прегледа
  • Последњи одговор послао 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 ?