Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

Firefox title bar caption

  • 1 svar
  • 1 har detta problem
  • 3 visningar
  • Senaste svar av 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!

Alla svar (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: