Bug 1867375 - Enable RichSuggestions in release. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D195071
This commit is contained in:
@@ -432,11 +432,9 @@ pref("browser.urlbar.suggest.recentsearches", true);
|
||||
pref("browser.urlbar.trending.featureGate", true);
|
||||
#endif
|
||||
|
||||
#if defined(NIGHTLY_BUILD)
|
||||
// Enable Rich Entities.
|
||||
pref("browser.urlbar.richSuggestions.featureGate", true);
|
||||
pref("browser.search.param.search_rich_suggestions", "fen");
|
||||
#endif
|
||||
// Enable Rich Entities.
|
||||
pref("browser.urlbar.richSuggestions.featureGate", true);
|
||||
pref("browser.search.param.search_rich_suggestions", "fen");
|
||||
|
||||
// Feature gate pref for weather suggestions in the urlbar.
|
||||
pref("browser.urlbar.weather.featureGate", false);
|
||||
|
||||
@@ -461,7 +461,7 @@ const PREF_URLBAR_DEFAULTS = new Map([
|
||||
["trending.maxResultsNoSearchMode", 10],
|
||||
|
||||
// Feature gate pref for rich suggestions being shown in the urlbar.
|
||||
["richSuggestions.featureGate", false],
|
||||
["richSuggestions.featureGate", true],
|
||||
|
||||
// Feature gate pref for clipboard suggestions in the urlbar.
|
||||
["clipboard.featureGate", true],
|
||||
|
||||
Reference in New Issue
Block a user