Skip to content

AutofillAddressEnabled

Enables or disables autofill for addresses.

This only applies when address autofill is enabled for a particular Firefox version or region. See Automatically fill in your address on web forms for more information.

Compatibility: Firefox 125, Firefox ESR 115.10
CCK2 Equivalent: N/A
Preferences Affected: extensions.formautofill.addresses.enabled

Software\Policies\Mozilla\Firefox\AutofillAddressEnabled = 0x1 | 0x0

OMA-URI:

./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutofillAddressEnabled

Value (string):

<enabled/> or <disabled/>
<dict>
<key>AutofillAddressEnabled</key>
<true/> | <false/>
</dict>
{
"policies": {
"AutofillAddressEnabled": true | false
}
}