Loading browser/components/preferences/config/passwords-autofill.mjs +3 −0 Original line number Diff line number Diff line Loading @@ -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: [ Loading browser/components/preferences/preferences.js +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading Loading
browser/components/preferences/config/passwords-autofill.mjs +3 −0 Original line number Diff line number Diff line Loading @@ -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: [ Loading
browser/components/preferences/preferences.js +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading