Information
This policy setting controls whether a user can sign into Firefox with an account to use services.
Rationale:
Syncing user data especially from a personal account can contain data that is not appropriate for an enterprise environment.
Impact:
Users will not be able to sign into the Firefox browser.
Solution
To establish the recommended configuration, set identity.fxaccounts.enabled to false:
Type about:config in the address bar
Type identity.fxaccounts.enabled 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('identity.fxaccounts.enabled', false);
Default Value:
True (Enabled).