当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

In the firefox configuration under the General -> Startup settings is there a way to disable the 3 buttons under the homepage? (Use Current Page, Use Bookmark, Restore to Default)

  • 2 件の返信
  • 3 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: Mike.S

more options

I am looking for a setting that I can put in the Mozilla.cfg file to disable those buttons from being clicked. Because when I set the homepage and lock that setting a user can still click the buttons below the homepage setting to change their homepage away from their "locked" setting

I am looking for a setting that I can put in the Mozilla.cfg file to disable those buttons from being clicked. Because when I set the homepage and lock that setting a user can still click the buttons below the homepage setting to change their homepage away from their "locked" setting

すべての返信 (2)

more options

If you lock the pref that sets the home page via a lockPref line in mozilla.cfg then it should not be possible to change the home page setting.

Did you check that the pref(s) have a locked status on the about:config page?

lockPref("browser.startup.homepage", "http://www.google.com/");
more options

Yes, I have locked this setting and it seems that if the user clicks any of these buttons it will change the homepage for that current session to whichever button is clicked. On browser restart it will return to the lockedPref though.