We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669930f commit e1dd797Copy full SHA for e1dd797
user.js
@@ -291,6 +291,7 @@ user_pref("browser.urlbar.mdn.featureGate", false); // [FF117+]
291
user_pref("browser.urlbar.weather.featureGate", false); // [FF108+]
292
user_pref("browser.urlbar.wikipedia.featureGate", false); // [FF141+]
293
user_pref("browser.urlbar.yelp.featureGate", false); // [FF124+]
294
+user_pref("browser.urlbar.yelpRealtime.featureGate", false); // [FF144+]
295
/* 0807: disable urlbar clipboard suggestions [FF118+] ***/
296
// user_pref("browser.urlbar.clipboard.featureGate", false);
297
/* 0808: disable recent searches [FF120+]
0 commit comments