Windows 10 已于2025年10月14日停止支持。如果您正在使用 Windows 10,参见 这篇文章

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解
已存档

Can I limit browse to only one URL?

cor-el 已回复
Tim-sToolBox

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.

所有回复 (2)

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

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: