Skip to content

Commit

Permalink
feat: disable browser uitour
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Jun 30, 2023
1 parent 66ff04a commit 2e3f8c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ user_pref("browser.promo.focus.enabled", false);
user_pref("browser.vpn_promo.enabled", false);
/* Disable search suggestions */
user_pref("browser.search.suggest.enabled", false);
/* Prevent remote resources from interacting with Firefox chrome */
user_pref("browser.uitour.enabled", false);
/* Disable location bar suggestions */
user_pref("browser.urlbar.quicksuggest.enabled", false);
user_pref("browser.urlbar.speculativeConnect.enabled", false);
Expand Down

0 comments on commit 2e3f8c3

Please sign in to comment.