diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index ea6155a1d854..e7bfaf43d1d3 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -386,6 +386,10 @@ pref("browser.search.hiddenOneOffs", ""); // Mirrors whether the search-container widget is in the navigation toolbar. pref("browser.search.widget.inNavBar", false); +// Enables display of the options for the user using a separate default search +// engine in private browsing mode. +pref("browser.search.separatePrivateDefault.ui.enabled", false); + pref("browser.sessionhistory.max_entries", 50); // Built-in default permissions. diff --git a/browser/components/preferences/in-content/privacy.inc.xul b/browser/components/preferences/in-content/privacy.inc.xul index f2d59cae1efa..6c3cf966df74 100644 --- a/browser/components/preferences/in-content/privacy.inc.xul +++ b/browser/components/preferences/in-content/privacy.inc.xul @@ -621,7 +621,8 @@ + +