Skip to content

Firefox must prevent the user from quickly deleting data.

An XCCDF Rule

Description

The update check may be disabled in an administrative policy by setting the DisableForgetButton key under policies to true.

Rationale

There should not be an option for a user to "forget" work they have done. This is required to meet non-repudiation controls.

ID
xccdf_org.ssgproject.content_rule_firefox_policy-forget_button
Severity
Medium
References
Updated



Remediation - Shell Script


firefox_cfg="policies.json"
# Default to /etc/firefox/policies to use for remediations.
firefox_dirs="/etc/firefox/policies"
permissions=644