Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

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 odpovede
  • 3 majú tento problém
  • 1 zobrazenie
  • Posledná odpoveď od 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

Všetky odpovede (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.