morgan pushed to branch tor-browser-153.0esr-16.0-1 at The Tor Project / Applications / Tor Browser Commits: 3122fae2 by Henry Wilkes at 2026-08-11T11:29:38+00:00 fixup! TB 30237: Add v3 onion services client authentication prompt TB 45200: Include onion authentication in the new password settings. - - - - - 3066ef32 by Henry Wilkes at 2026-08-11T11:29:38+00:00 fixup! Tor Browser strings TB 45200: Modify the saved keys button text. - - - - - 3 changed files: - browser/components/preferences/config/passwords-autofill.mjs - browser/components/preferences/preferences.js - toolkit/locales/en-US/toolkit/global/tor-browser.ftl Changes: ===================================== browser/components/preferences/config/passwords-autofill.mjs ===================================== @@ -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", }, ], }, ===================================== browser/components/preferences/preferences.js ===================================== @@ -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"), ===================================== toolkit/locales/en-US/toolkit/global/tor-browser.ftl ===================================== @@ -746,8 +746,8 @@ onion-site-authentication-group = .label = Onion site authentication .description = Some onion sites require that you identify yourself with a key (a kind of password) before you can access them. # Here "key" is a noun, and refers to a special code that gives the user access to a website. -onion-site-authentication-saved-keys-button = - .label = Saved keys… +onion-site-authentication-saved-keys-button2 = + .label = Manage saved keys ## Onion site saved keys dialog. ## "Onion site" is an abbreviation of "onion website": a website whose domain URL ends in ".onion", which is reachable through the Tor network. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/5fac289... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/5fac289... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help