搜尋 Mozilla 技術支援網站

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

Learn More

How do I lockdown certain options in Firefox 10.0.7esr so I can deploy to the enterprise?

  • 6 回覆
  • 2 有這個問題
  • 17 次檢視
  • 最近回覆由 ideato

more options

I have some settings in the user.js file and those seem to be working, but I can't lockdown a user from changing the setting for "auto updates". I can set the setting to "never check for updates", but I can't lock it down. How can I lock it down so a user can't change the setting? Our environment is very tight and the user can't install software nor download software from the internet, so we need to lock this setting down.

I have some settings in the user.js file and those seem to be working, but I can't lockdown a user from changing the setting for "auto updates". I can set the setting to "never check for updates", but I can't lock it down. How can I lock it down so a user can't change the setting? Our environment is very tight and the user can't install software nor download software from the internet, so we need to lock this setting down.

被選擇的解決方法

The "lockPref" statement I was using in my mozilla.cfg file was not typed correctly. It is a case sensitive command and I didn't have the "P" capitalized. Once I capitalized the "P" it all worked as intended. Thanks for the assistance.

從原來的回覆中察看解決方案 👍 0

所有回覆 (6)

more options

Hi lockdown

try this : in about:config find app.update.enabled and make it FALSE (just double click on it). Then see how to lock it : Locking preferences.


thank you

more options

I already have mozilla.cfg file with the setting I want, so tomorrow I will review the URL you sent and see if I can get it to work. Thank you for the information.

more options

I can not get it to read the the mozilla.cfg file, which is a text file so I created the local-settings.js file with the settings: pref("general.config.obscure_value", 0);

pref("general.config.filename", "mozilla.cfg");

Then when I execute Firefox it says it can't read the configuration file and exits. So I take out the first line in the local-settings.js file above. and then execute Firefox. Firefox starts up but doesn't have any of my settings in the config file.

A previous person that built the install for the 10.0.6esr had put the configuration modifications in a user.js file that gets placed in the user's profile. And this works fine. But I can't seem to get it to recognize the "lockpref" statement.

Any suggestions would be appreciated.

由 lockdown 於 修改

more options

can you try it again ? this should work.

see also : CCK Wizard add-on


thank you

more options

選擇的解決方法

The "lockPref" statement I was using in my mozilla.cfg file was not typed correctly. It is a case sensitive command and I didn't have the "P" capitalized. Once I capitalized the "P" it all worked as intended. Thanks for the assistance.

more options

you are welcome