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!

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

Privacy, History, Use Custom settings changes to "Remember History" on launch.

  • 1 odpověď
  • 1 má tento problém
  • 23 zobrazení
  • Poslední odpověď od cor-el

more options

Hello,

We are doing a deployment of firefox for a customer of ours using the mozilla.cfg so we can lock down the preferences for our customers users. They requre a specific setting in the Privacy section under History of clearing history, but ONLY the Cache setting However, upon launch of firefox the History setting is set to "Remember History"which is incorrect as we have selected custom settings via the mozilla.cfg, if we drop down to use custom settings the correct settings are there - however closing firefox and reopening will reset to "Remember History" I have read that if the settings match the default settings of "Remember History" that it will default to "Remember History" however we have specified custom settings? Are the settings actually being set in the background behind the guise of the "Remember History" or is firefox actually Remembering the History? There was meant to be screenshots along with this question however due to poor upload speed I am unable to upload. Kind Regards

Hello, We are doing a deployment of firefox for a customer of ours using the mozilla.cfg so we can lock down the preferences for our customers users. They requre a specific setting in the Privacy section under History of clearing history, but ONLY the Cache setting However, upon launch of firefox the History setting is set to "Remember History"which is incorrect as we have selected custom settings via the mozilla.cfg, if we drop down to use custom settings the correct settings are there - however closing firefox and reopening will reset to "Remember History" I have read that if the settings match the default settings of "Remember History" that it will default to "Remember History" however we have specified custom settings? Are the settings actually being set in the background behind the guise of the "Remember History" or is firefox actually Remembering the History? There was meant to be screenshots along with this question however due to poor upload speed I am unable to upload. Kind Regards

Všechny odpovědi (1)

more options

I think that is OK if you use lockPref() to make a specific setting.

If you lock or set privacy.sanitize.sanitizeOnShutdown to true then that becomes a new default setting and isn't taken into account. If I lock any of the other prefs like browser.formfill.enable = false then I still see "Remember History". Setting via defaultPref() has the same effect as can be expected, only using pref() to set the pref for the current session make the custom setting open.


Seeing "(Never) Remember History" means that all history and cookie settings are set to the default value (cookies are enabled and kept until they expire). "Use custom settings for history" allows to see the current history and cookie settings, but selecting this doesn't make any changes to history and cookie settings. Firefox shows "Use custom settings for history" as an indication that at least one of the history and cookie settings is not the default to make you aware that changes were made. If all History settings are default then the custom settings are hidden and you see "Firefox will: (Never) Remember History".