Information
Firefox by default sends information about Firefox to Mozilla servers. This data can include, but is not limited to IP address, system specifications, browsing history, bookmarks, and open tabs.
Rationale:
Sending data to Firefox could lead to sensitive data being exposed.
Impact:
The browser will not send system information back to Firefox.
Solution
To establish the recommended configuration, set app.normandy.enabled to false:
Type about:config in the address bar
Type app.normandy.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('app.normandy.enabled', false);
Default Value:
True (Enabled).