Skip to content
Snippets Groups Projects
Commit 826b050c authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Abrowser:disabled recommended addons and recommended features

parent 4fbc26fa
No related branches found
No related tags found
No related merge requests found
......@@ -252,6 +252,8 @@ pref("extensions.blocklist.url", "");
// Disable recommended extensions
pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr", false);
pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false);
pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
pref("extensions.htmlaboutaddons.discover.enabled", false);
pref("extensions.htmlaboutaddons.recommendations.enabled", false);
//pref("browser.newtabpage.activity-stream.asrouterExperimentEnabled", false);
......
......@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=67
VERSION=68
. ./config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment