Commit c999d3d0 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃 Committed by morgan
Browse files

fixup! MB 21: Disable the password manager

MB 538: Use settings config for our customization.
parent a5278b6c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -675,6 +675,9 @@ SettingGroupManager.registerGroups({
    inProgress: false,
    id: "passwordsGroup",
    subcategory: "logins",
    // Hide all password controls. mullvad-browser#21.
    hidden: true,
    hiddenFromSearch: true,
    l10nId: "forms-passwords-header",
    headingLevel: 2,
    items: [
+1 −1
Original line number Diff line number Diff line
@@ -384,7 +384,7 @@ const CONFIG_PANES = Object.freeze({
    groupIds: ["passwords", "payments", "addresses"],
    module:
      "chrome://browser/content/preferences/config/passwords-autofill.mjs",
    visible: () => srdSectionEnabled("passwordsAutofill"),
    visible: () => false,
  },
  privacy: {
    l10nId: "pane-privacy-section",