henry pushed to branch tor-browser-148.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: 5160eedf by Henry Wilkes at 2026-03-02T18:32:23+00:00 fixup! BB 44711: Hide unwanted setting controls. TB 44679: Rehide the autofill preferences. - - - - - 1 changed file: - browser/components/preferences/privacy.inc.xhtml Changes: ===================================== browser/components/preferences/privacy.inc.xhtml ===================================== @@ -564,7 +564,14 @@ #include ../onionservices/content/authPreferences.inc.xhtml +<!-- groupid="payments" and groupid="addresses" are configured by + - FormAutofillPreferences.sys.mjs via FormAutofillStatus. But since the + - "autofill" extension is excluded from the build, FormAutofillStatus is + - never initialised. So we add the would-be data-hidden-* attributes + - explicitly here instead. See tor-browser#44460. --> <groupbox id="paymentsGroupBox" + data-hidden-from-search="true" + data-hidden-by-setting-group="" data-category="panePrivacy" data-subcategory="payment-methods-autofill" hidden="true"> <label><html:h2 data-l10n-id="autofill-payment-methods-title" class="subsection-heading"/></label> @@ -572,6 +579,8 @@ </groupbox> <groupbox id="addressesGroupBox" + data-hidden-from-search="true" + data-hidden-by-setting-group="" data-category="panePrivacy" data-subcategory="addresses-autofill" hidden="true"> <label><html:h2 data-l10n-id="autofill-addresses-title" class="subsection-heading"/></label> View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/5160eedf... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/5160eedf... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
henry (@henry)