Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Firefox title bar caption

  • 1 resposta
  • 1 tem este problema
  • 3 visualizações
  • Última resposta de 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!

Todas as respostas (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: