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
1 changed file:
Changes:
| ... | ... | @@ -564,7 +564,14 @@ |
| 564 | 564 | |
| 565 | 565 | #include ../onionservices/content/authPreferences.inc.xhtml
|
| 566 | 566 | |
| 567 | +<!-- groupid="payments" and groupid="addresses" are configured by
|
|
| 568 | + - FormAutofillPreferences.sys.mjs via FormAutofillStatus. But since the
|
|
| 569 | + - "autofill" extension is excluded from the build, FormAutofillStatus is
|
|
| 570 | + - never initialised. So we add the would-be data-hidden-* attributes
|
|
| 571 | + - explicitly here instead. See tor-browser#44460. -->
|
|
| 567 | 572 | <groupbox id="paymentsGroupBox"
|
| 573 | + data-hidden-from-search="true"
|
|
| 574 | + data-hidden-by-setting-group=""
|
|
| 568 | 575 | data-category="panePrivacy"
|
| 569 | 576 | data-subcategory="payment-methods-autofill" hidden="true">
|
| 570 | 577 | <label><html:h2 data-l10n-id="autofill-payment-methods-title" class="subsection-heading"/></label>
|
| ... | ... | @@ -572,6 +579,8 @@ |
| 572 | 579 | </groupbox>
|
| 573 | 580 | |
| 574 | 581 | <groupbox id="addressesGroupBox"
|
| 582 | + data-hidden-from-search="true"
|
|
| 583 | + data-hidden-by-setting-group=""
|
|
| 575 | 584 | data-category="panePrivacy"
|
| 576 | 585 | data-subcategory="addresses-autofill" hidden="true">
|
| 577 | 586 | <label><html:h2 data-l10n-id="autofill-addresses-title" class="subsection-heading"/></label>
|