Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Firefox title bar caption

  • 1 trả lời
  • 1 gặp vấn đề này
  • 3 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

Firefox version: 30.0

I need to set the Firefox title bar to "Anonymous Browsing".

I've seen many add-ons that can do this on a per-user basis, but I am working with a multi-tenant corporate environment and need to lock it down globally.

I'm aware of the mozilla.cfg file and have been searching the about:config page for options that would allow me to do this, but have come up empty-handed. Additionally, any documentation I've found online has been relevant to much, much older versions of Firefox (3.0, for example).

Thanks in advance for any help you can provide!

Firefox version: 30.0 I need to set the Firefox title bar to "Anonymous Browsing". I've seen many add-ons that can do this on a per-user basis, but I am working with a multi-tenant corporate environment and need to lock it down globally. I'm aware of the mozilla.cfg file and have been searching the about:config page for options that would allow me to do this, but have come up empty-handed. Additionally, any documentation I've found online has been relevant to much, much older versions of Firefox (3.0, for example). Thanks in advance for any help you can provide!

Tất cả các câu trả lời (1)

more options

Do you mean to start Firefox automatically in Private Browsing mode?

Note that Firefox doesn't show that on the title bar if you run Firefox in permanent PB mode.


mozilla.cfg:

pref("browser.privatebrowsing.autostart", true);

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: