Update 'user.js'
This commit is contained in:
parent
d354b486aa
commit
23a256b015
3
user.js
3
user.js
|
@ -523,6 +523,7 @@ user_pref("browser.urlbar.suggest.history", false);
|
|||
user_pref("browser.urlbar.suggest.bookmark", false);
|
||||
user_pref("browser.urlbar.suggest.openpage", false);
|
||||
user_pref("browser.urlbar.suggest.topsites", false); // [FF78+]
|
||||
user_pref("browser.urlbar.suggest.engines", false); // [FF85+]
|
||||
// -------------------------------------
|
||||
// Disable location bar dropdown
|
||||
// This value controls the total number of entries to appear in the location bar dropdown
|
||||
|
@ -1414,7 +1415,7 @@ user_pref("privacy.clearOnShutdown.formdata", true); // Form & Search History
|
|||
user_pref("privacy.clearOnShutdown.history", true); // Browsing & Download History
|
||||
user_pref("privacy.clearOnShutdown.offlineApps", true); // Offline Website Data
|
||||
user_pref("privacy.clearOnShutdown.sessions", true); // Active Logins
|
||||
user_pref("privacy.clearOnShutdown.siteSettings", true); // Site Preferences
|
||||
user_pref("privacy.clearOnShutdown.siteSettings", false); // Site Preferences
|
||||
// -------------------------------------
|
||||
// Reset default items to clear with Ctrl-Shift-Del [SETUP-CHROME]
|
||||
// This dialog can also be accessed from the menu History>Clear Recent History
|
||||
|
|
Loading…
Reference in New Issue