Update 'user.js'

This commit is contained in:
Narsil 2020-12-19 11:26:25 -05:00
parent d354b486aa
commit 23a256b015
1 changed files with 2 additions and 1 deletions

View File

@ -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