Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Search Support

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.

Learn More

Cuireadh an snáithe seo sa chartlann. Cuir ceist nua má tá cabhair uait.

How to set the default search engine under Mozilla.cfg for Firefox 38.4.0 ESR

  • 1 freagra
  • 2 leis an bhfadhb seo
  • 31 views
  • Freagra is déanaí ó cor-el

more options

Using the following options to set the default Search Engine under Mozilla.cfg doesn't work in Firefox 38.4.0 ESR

pref("browser.search.countryCode", "US"); pref("browser.search.defaultenginename.US", "data:text/plain,browser.search.defaultenginename.US=Google"); pref("browser.search.geoSpecificDefaults", false); pref("browser.search.highlightCount", 0); pref("browser.search.region", "US"); pref("browser.search.selectedEngine", "Google");

Using the following options to set the default Search Engine under Mozilla.cfg doesn't work in Firefox 38.4.0 ESR pref("browser.search.countryCode", "US"); pref("browser.search.defaultenginename.US", "data:text/plain,browser.search.defaultenginename.US=Google"); pref("browser.search.geoSpecificDefaults", false); pref("browser.search.highlightCount", 0); pref("browser.search.region", "US"); pref("browser.search.selectedEngine", "Google");

All Replies (1)

more options

I think that the data structure is only required if you set the default of a pref via defaultPref();

Did you try this?