Commit 1a8a3b08 authored by henry's avatar henry Committed by morgan
Browse files

fixup! BB 31575: Disable Firefox Home (Activity Stream)

BB 44830: Drop the "home" setting group.
parent 63592373
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -318,7 +318,9 @@ const CONFIG_PANES = Object.freeze({
  home: {
    l10nId: "home-section",
    iconSrc: "chrome://browser/skin/home.svg",
    groupIds: ["defaultBrowserHome", "startupHome", "homepage", "home"],
    // We drop the "home" settings entirely since they are only relevant for
    // Firefox Home. tor-browser#44830.
    groupIds: ["defaultBrowserHome", "startupHome", "homepage"],
    module: "chrome://browser/content/preferences/config/home-startup.mjs",
    replaces: "home",
  },