We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3951121 commit 16e1274Copy full SHA for 16e1274
browser/app/profile/firefox.js
@@ -439,12 +439,8 @@ pref("browser.search.param.search_rich_suggestions", "fen");
439
// Feature gate pref for weather suggestions in the urlbar.
440
pref("browser.urlbar.weather.featureGate", false);
441
442
-// Enable clipboard suggestions in Nightly.
443
-#ifdef NIGHTLY_BUILD
+// Enable clipboard suggestions feature, the pref should be removed once stable.
444
pref("browser.urlbar.clipboard.featureGate", true);
445
-#else
446
-pref("browser.urlbar.clipboard.featureGate", false);
447
-#endif
448
449
// When false, the weather suggestion will not be fetched when a VPN is
450
// detected. When true, it will be fetched anyway.
0 commit comments