搜索 | 用户支持

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

Learn More

LockPrefs doesn't work on Firefox 53

  • 2 个回答
  • 1 人有此问题
  • 20 次查看
  • 最后回复者为 john.chan

more options

$ cat /Applications/Firefox.app/defaults/pref/local-settings.js pref("general.config.obscure_value", 0); // only needed if you do not want to obscure the content with ROT-13 pref("general.config.filename", "mozilla.cfg");

$ cat /Applications/Firefox.app/mozilla.cfg // lockPref("browser.startup.homepage", "http://www.itsupportguides.com"); lockPref("network.proxy.type", 0);

Restart Firefox but nothing was taking effect for lockPref() on "network.proxy.type" Any ideas?

$ cat /Applications/Firefox.app/defaults/pref/local-settings.js pref("general.config.obscure_value", 0); // only needed if you do not want to obscure the content with ROT-13 pref("general.config.filename", "mozilla.cfg"); $ cat /Applications/Firefox.app/mozilla.cfg // lockPref("browser.startup.homepage", "http://www.itsupportguides.com"); lockPref("network.proxy.type", 0); Restart Firefox but nothing was taking effect for lockPref() on "network.proxy.type" Any ideas?

被采纳的解决方案

The mozilla.cfg file works for me.

Just to be sure that the files are in the correct location:

The local-settings.js file needs to be in /Applications/Firefox.app/Contents/Resources/defaults/pref The mozilla.cfg file needs to be in /Applications/Firefox.app/Contents/Resources

定位到答案原位置 👍 0

所有回复 (2)

more options

选择的解决方案

The mozilla.cfg file works for me.

Just to be sure that the files are in the correct location:

The local-settings.js file needs to be in /Applications/Firefox.app/Contents/Resources/defaults/pref The mozilla.cfg file needs to be in /Applications/Firefox.app/Contents/Resources

more options

It worked now after using your paths.