搜尋 Mozilla 技術支援網站

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

了解更多

How I can disable add ons option for all profile?

  • 1 回覆
  • 1 有這個問題
  • 4 次檢視
  • 最近回覆由 guigs

more options

Hi, Support.

I tried to search about this but cant find any solutions, I wonder if you guys can help me.

So I worked as end user support, and I wanted to restrict the policy not to install any add ons in their Mozilla browser. Since the configuration of mozilla will be based on windows profile its hard to control.

Is there any way for me to disable the add ons by script or any settings I could configure by admin account and it will reflect to all windows profile.

Thank you in advance.

Best Regards, Paul S

Hi, Support. I tried to search about this but cant find any solutions, I wonder if you guys can help me. So I worked as end user support, and I wanted to restrict the policy not to install any add ons in their Mozilla browser. Since the configuration of mozilla will be based on windows profile its hard to control. Is there any way for me to disable the add ons by script or any settings I could configure by admin account and it will reflect to all windows profile. Thank you in advance. Best Regards, Paul S

所有回覆 (1)

more options

Lock preference in profile: Step:1) Created a file name like "local-settings.js" in -- /usr/lib/firefox/defaults/pref --- Pasted this line -- pref("general.config.filename", "mozilla.cfg"); --- in "local-settings.js" Step :2) Created a file name like "mozilla.cfg" in -- /usr/lib/firefox --- And copy and paste the below line in this "mozilla.cfg" file.

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


See Also: