henry pushed to branch mullvad-browser-148.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser

Commits:

1 changed file:

Changes:

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