Skip to content

Commit

Permalink
fix: use correct quicksuggest option name
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Apr 26, 2023
1 parent 810e905 commit 128e521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ user_pref("browser.vpn_promo.enabled", false);
/* Disable search suggestions */
user_pref("browser.search.suggest.enabled", false);
/* Disable location bar suggestions */
user_pref("browser.urlbar.quicksuggest.enabled", false);
user_pref("browser.urlbar.speculativeConnect.enabled", false);
user_pref("browser.urlbar.suggest.searches", false);
user_pref("browser.urlbar.suggest.quicksuggest.enabled", false);
/* Disable health reports */
user_pref("datareporting.healthreport.uploadEnabled", false);
/* Disable data submission */
Expand Down

0 comments on commit 128e521

Please sign in to comment.