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!

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

Using web examples I modified all.js, firefox.js and firefox.cfg but still cannot disable default browser check popup in Firefox 3.511.

  • 2 odpowiedzi
  • 6 osób ma ten problem
  • 1 wyświetlenie
  • Ostatnia odpowiedź od AlienAnalyst

more options

Working with Firefox v3.511. This version is required by business requirements. I researched how to disable the default browser as part of the install on the web but I cannot disable the default browser check pop-up.

Working with Firefox v3.511. This version is required by business requirements. I researched how to disable the default browser as part of the install on the web but I cannot disable the default browser check pop-up.

Wszystkie odpowiedzi (2)

more options

It is best not to modify files in the Firefox program folder.

You can lock the pref browser.shell.checkDefaultBrowser to false or create a file user.js in the default template folder (C:\Program Files\Mozilla Firefox\defaults\profile) to set the pref to false.

See http://kb.mozillazine.org/Locking_preferences
pref("browser.shell.checkDefaultBrowser", false);

In user.js you need to use
user_pref("browser.shell.checkDefaultBrowser", false);

Zmodyfikowany przez cor-el w dniu

more options

Hello Cor-El! Thank you for the response! Your point about the danger of modifying the system files is well taken.

I like the user specific orientation your reference gave me and I'm looking into it but I'm concerned that I'll need to run this type of installation for each user on a shared PC. I saw the Client Customization Kit reference at the top of the article and I'm looking at that as well.

Currently I am still looking at the system file mods and have gotten further by creating a configuration file, firefox.cfg, which appears to then apply the settings for all users on a particular PC. I'm hoping I can use your reference, particularly the CCK to take me the rest of the way. Please let me know if you have an all users solution and I'll post if I find one. Thanks!