Skip to content

Enabled Firefox Cryptomining protection

An XCCDF Rule

Description

Cryptomining protection may be enabled by setting privacy.trackingprotection.cryptomining.enabled to true.

Rationale

The Content Blocking/Tracking Protection feature stops Firefox from loading content from malicious sites. The content might be a script or an image, for example. If a site is on one of the tracker lists you set Firefox to use, then the fingerprinting script (or other tracking script/image) will not be loaded from that site. Cryptomining scripts use your computer’s central processing unit (CPU) to invisibly mine cryptocurrency.

ID
xccdf_org.ssgproject.content_rule_firefox_policy-cryptomining
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