Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Is there a way to disable the clear browsing history when closing option? Or disable clear browsing history?

  • 2 відповіді
  • 2 мають цю проблему
  • 1 перегляд
  • Остання відповідь від cor-el

more options

Is there a way to disable the clear browsing history when closing option? Or disable clear browsing history?

Is there a way to disable the clear browsing history when closing option? Or disable clear browsing history?

Усі відповіді (2)

more options

Not saving History (Tools -> options -> Privacy), make sure you are saving your history in the privacy options, and also not clearing in "Settings for Clearing History", see

You can uncheck the "Clear history when Firefox closes" but you still have the the "Clear recent history" (formerly "Clear history") loose canon on the Tools menu, best to make sure that the only thing you clear when you exit Firefox is the browser cache.

more options

A way to do that is to lock the corresponding privacy.cpd and privacy.clearOnShutdown pref(s) on the about:config page via a mozilla.cfg file in the Firefox program folder (C:\Program Files\Mozilla Firefox\).

Be aware that it is still possible to clear the history in the sidebar and the History/Bookmarks Manager (History > Show All History)


//first comment line in mozilla.cfg required
lockPref("privacy.clearOnShutdown.history", false);
lockPref("privacy.cpd.history", false);

You can place a file local-settings.js in the defaults\pref folder with this content:

pref("general.config.filename", "mozilla.cfg");
pref("general.config.obscure_value", 0);

If you set the obscure value to 0 then no byte-shift is required.