Skip to content

Commit

Permalink
Fix #1192
Browse files Browse the repository at this point in the history
Recommendations doesn't work currently, so disable it
  • Loading branch information
hawkeye116477 committed Nov 10, 2019
1 parent 11389a9 commit dc9cd76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions browser/app/profile/firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -1923,3 +1923,6 @@ pref("browser.tabBar.position", "topAboveAB");

// Use old preferences
pref("browser.preferences.useAllNew", false);

// Disable extensions recommendations
pref("extensions.getAddons.showPane", false);

0 comments on commit dc9cd76

Please sign in to comment.