搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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 ?