Skip to content

Commit

Permalink
fix: remove old activity stream prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois authored Oct 3, 2022
1 parent f3a81b3 commit 0112478
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ user_pref("browser.contentblocking.category", "strict");
/* Disable search and form history */
user_pref("browser.formfill.enable", false);
/* Disable activity stream */
user_pref("browser.newtabpage.activity-stream.feeds.discoverystreamfeed", false);
user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
user_pref("browser.newtabpage.activity-stream.feeds.snippets", false);
user_pref("browser.newtabpage.activity-stream.feeds.telemetry", false);
user_pref("browser.newtabpage.activity-stream.section.highlights.includePocket", false);
user_pref("browser.newtabpage.activity-stream.showSponsored", false);
user_pref("browser.newtabpage.activity-stream.showSponsoredTopSites", false);
user_pref("browser.newtabpage.activity-stream.telemetry", false);
Expand Down

0 comments on commit 0112478

Please sign in to comment.