Information
Form Fill Assistance allows Firefox to save data that has been entered into forms by users so that future operations are performed faster.
Rationale:
This mitigates the risk of websites extracting information from prefilled text fields.
Impact:
Prefilled text fields will not be enabled.
Solution
To establish the recommended configuration, set browser.formfill.enable to false:
Type about:config in the address bar
Type browser.formfill.enable in the filter
Ensure the setting is set as prescribed.
OR
Open the mozilla.cfg file in the installation directory with a text editor
Add the following lines to mozilla.cfg:
lockPref('browser.formfill.enable', false);
Default Value:
True (Enabled).