Skip to content

Disable Installed Search Plugins Update Checking

An XCCDF Rule

Description

Firefox automatically checks for updated versions of search plugins. To disable the automatic updates of plugins, set value of browser.search.update to false via policies.json.

Rationale

Updates need to be controlled and installed from authorized and trusted servers. This setting overrides a number of other settings which may direct the application to access external URLs.

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