Commit 3122fae2 authored by henry's avatar henry Committed by morgan
Browse files

fixup! TB 30237: Add v3 onion services client authentication prompt

TB 45200: Include onion authentication in the new password settings.
parent 5fac2896
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -797,7 +797,7 @@ SettingGroupManager.registerGroups({
      {
        id: "onionSiteSavedKeys",
        control: "moz-box-button",
        l10nId: "onion-site-authentication-saved-keys-button",
        l10nId: "onion-site-authentication-saved-keys-button2",
      },
    ],
  },
+1 −1
Original line number Diff line number Diff line
@@ -393,7 +393,7 @@ const CONFIG_PANES = Object.freeze({
  passwordsAutofill: {
    l10nId: "preferences-passwords-autofill-header",
    iconSrc: "chrome://browser/skin/login.svg",
    groupIds: ["passwords", "payments", "addresses"],
    groupIds: ["passwords", "onionSiteAuthentication", "payments", "addresses"],
    module:
      "chrome://browser/content/preferences/config/passwords-autofill.mjs",
    visible: () => srdSectionEnabled("passwordsAutofill"),