Verified Commit e9af8dba authored by henry's avatar henry Committed by boklm
Browse files

fixup! BB 44711: Hide unwanted setting controls.

TB 44679: Rehide the autofill preferences.
parent 64f873f6
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -555,8 +555,13 @@

#include ../onionservices/content/authPreferences.inc.xhtml

<html:setting-group data-category="panePrivacy" data-subcategory="payment-methods-autofill credit-card-autofill" groupid="payments" data-group="formAutofill" hidden="true" />
<html:setting-group data-category="panePrivacy" data-subcategory="addresses-autofill address-autofill" groupid="addresses" data-group="formAutofill" hidden="true" />
<!-- 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. -->
<html:setting-group data-category="panePrivacy" data-subcategory="payment-methods-autofill credit-card-autofill" groupid="payments" data-group="formAutofill" hidden="true" data-hidden-from-search="true" data-hidden-by-setting-group="" />
<html:setting-group data-category="panePrivacy" data-subcategory="addresses-autofill address-autofill" groupid="addresses" data-group="formAutofill" hidden="true" data-hidden-from-search="true" data-hidden-by-setting-group="" />

<!-- History -->
<html:setting-group groupid="history" data-category="panePrivacy" hidden="true" data-srd-groupid="history2"/>