1. Home
  2. Security Hardening
  3. CIS Mozilla Firefox 38 ESR Linux L1 V1.0.0
  4. Enable Automatic Updates – app.update.staging.enabled

Enable Automatic Updates – app.update.staging.enabled

Details

This feature configures Firefox to automatically download and install updates as they are made available.

Security updates ensure that users are safe from known software bugs and vulnerabilities.

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(“app.update.enabled”, true);
lockPref(“app.update.auto”, true);
lockPref(“app.update.staging.enabled”, true);

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: System and Information Integrity.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles