搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 6 个回答
  • 2 人有此问题
  • 11 次查看
  • 最后回复者为 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