Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Firefox title bar caption

  • 1 ответ
  • 1 имеет эту проблему
  • 3 просмотра
  • Последний ответ от 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!

Все ответы (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: