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 Templates

A Shell Script

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

declare __REMEDIATE_PYTHON