Information
This settings determines whether Firefox will provide geographic location information to websites.
Rationale:
Geo-location services can expose private information to remote websites.
Impact:
Geo-locations services will be unavailable. Site that use geo-location (Google Maps tec.) will not be able to attain information to pinpoint location.
Solution
To establish the recommended configuration, set geo.enabled to false:
Type about:config in the address bar
Type geo.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('geo.enabled', false);
Default Value:
True (Enabled).