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

Can I limit browse to only one URL?

  • 2 replies
  • 1 has this problem
  • 3 views
  • Last reply by cor-el

more options

I want to limit FireFox to only open the specific home page. Nothing more.

I want to limit FireFox to only open the specific home page. Nothing more.

All Replies (2)

more options

Hi Tim,

If I got you right you want to lock your browser to be able to reach just one URL and nothing more? Or you get more tabs/urls when you press Home button and you want to specify just one?

Vladimir

more options

Maybe consider to lock the connection setting to use a PAC file and only allow this page.


You can use a mozilla.cfg file in the Firefox program folder to lock prefs or specify new (default) values.

Place a local-settings.js file in the defaults\pref folder where also the channel-prefs.js file is located to specify using mozilla.cfg.

pref("general.config.filename", "mozilla.cfg");

These functions can be used in the mozilla.cfg file:

defaultPref();	// set new default value
pref();		// set pref, but allow changes in current session
lockPref();	// lock pref, disallow changes

See: