Skip to content

Commit 16e1274

Browse files
committed
Bug 1882478 - Enable clipboard suggestions feature in Release. r=klubana
Differential Revision: https://phabricator.services.mozilla.com/D202920
1 parent 3951121 commit 16e1274

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

browser/app/profile/firefox.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -439,12 +439,8 @@ pref("browser.search.param.search_rich_suggestions", "fen");
439439
// Feature gate pref for weather suggestions in the urlbar.
440440
pref("browser.urlbar.weather.featureGate", false);
441441

442-
// Enable clipboard suggestions in Nightly.
443-
#ifdef NIGHTLY_BUILD
442+
// Enable clipboard suggestions feature, the pref should be removed once stable.
444443
pref("browser.urlbar.clipboard.featureGate", true);
445-
#else
446-
pref("browser.urlbar.clipboard.featureGate", false);
447-
#endif
448444

449445
// When false, the weather suggestion will not be fetched when a VPN is
450446
// detected. When true, it will be fetched anyway.

0 commit comments

Comments
 (0)