Corrected activity-streams defaults

This commit is contained in:
Ruben Rodriguez 2017-11-22 16:17:15 -05:00
parent 1390f878fc
commit 9e17fc4a7a
3 changed files with 78 additions and 2 deletions

View file

@ -203,9 +203,12 @@ pref("browser.onboarding.enabled", false);
// New tab settings
pref("browser.newtabpage.activity-stream.default.sites", "https://www.trisquel.info/,https://www.gnu.org/,https://www.fsf.org/,https://libreplanet.org/,https://www.wikipedia.org/,https://www.wikinews.org/"):
pref("browser.newtabpage.activity-stream.showTopSites",false);
pref("browser.newtabpage.activity-stream.showTopSites",true);
pref("browser.newtabpage.activity-stream.feeds.section.topstories",false);
pref("browser.newtabpage.activity-stream.feeds.snippets",false);
pref("browser.newtabpage.activity-stream.disableSnippets", true);
// Enable xrender
pref("gfx.xrender.enabled",true);