This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

How to ovverride locked setting(homepage) in custom profile?

  • 1 baphendule
  • 1 inale nkinga
  • 8 views
  • Igcine ukuphendulwa ngu cor-el

more options

Hello!

I have firefox.cfg file with locked settings, for example default value for 'browser.startup.homepage'. For my tests I need to create a custom profile, and ovverride this preference 'browser.startup.homepage'. It`s possible? Or a new created profile will have the same locked preferences?

Hello! I have firefox.cfg file with locked settings, for example default value for 'browser.startup.homepage'. For my tests I need to create a custom profile, and ovverride this preference 'browser.startup.homepage'. It`s possible? Or a new created profile will have the same locked preferences?

All Replies (1)

more options

If you override settings via a mozilla.cfg file then this applies to all profile started via that Firefox installation. You would either have to disable the .js file that specifies the mozilla.cfg file or create a second custom installation hat doesn't have the mozilla.cfg file. The purpose of the mozilla.cfg file is that you can't override it.

If you really want to override it then check the profile folder that is used and exclude that specific folder name from that pref call.

The mozilla.cfg file is evaluated as a JavaScript file and can contain advanced JavaScript code that runs with chrome privileges.


var {classes:Cc,interfaces:Ci,utils:Cu} = Components;
Cu.import("resource://gre/modules/Services.jsm");
var profD = Services.dirsvc.get("ProfD", Ci.nsILocalFile).path;