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