1. Home
  2. Security Hardening
  3. CIS Mozilla Firefox 38 ESR Linux L1 V1.0.0
  4. Disable WebRTC – media.peerconnection.use_document_iceservers

Disable WebRTC – media.peerconnection.use_document_iceservers

Details

These settings determine whether WebRTC (Web Real Time Communications) is allowed. WebRTC is used for peer to peer communication such as file sharing or video calls.

WebRTC can expose private information such as internal IP addresses and computer settings.

Solution

Perform the following procedure:

* Open the mozilla.cfg file in the installation directory with a text editor

* Add the following lines to mozilla.cfg:

lockPref(“media.peerconnection.enabled”, false);
lockPref(“media.peerconnection.use_document_iceservers”, false);

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles