From: Michael Orlitzky Date: Fri, 13 Mar 2026 16:53:19 +0000 (-0400) Subject: ui: disable addon and feature recommendations X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=a779010bbc60be5e7f69631d04de5c95561996c0;p=firefox-user-prefs.git ui: disable addon and feature recommendations --- diff --git a/ui b/ui index cefee3c..aca2a2d 100644 --- a/ui +++ b/ui @@ -156,3 +156,7 @@ user_pref("browser.urlbar.unitConversion.enabled", false); /* Delete all data when the browser is closed. */ user_pref("privacy.sanitize.sanitizeOnShutdown", true); + +/* Don't Recommend extensions or features as I browse" */ +user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false); +user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);