Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

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: