Firefox features can be configured using Group Policy templates on Windows, Intune on Windows, configuration profiles on macOS, or with a custom policies.json file. This project uses the JSON file method.
You can check which policies are applied in Firefox by navigating to the about:policies page.
Ctrl+S) anywhere on your computer.C:\Program Files\Mozilla Firefox on most PCs.To remove the custom configuration, delete the policies.json file from the distribution folder and restart Firefox.
Note: You need to open Firefox at least one time before adding a configuration file, or macOS will identify Firefox as a damaged application.
Command+S) anywhere on your computer.Command key to instantly show it in the Finder.Control key (or right-click) and select ‘Show Package Contents’.To remove the custom configuration, delete the policies.json file from the distribution folder and restart Firefox.
Ctrl+S) anywhere on your computer. Make sure the file is called “policies.json” (without the quotes).cd ~/Desktop to switch to the Desktop directory.sudo mkdir -p /etc/firefox/policies/sudo cp ./policies.json /etc/firefox/policies/To remove the custom configuration, delete the policies.json file from the distribution folder and restart Firefox. You can do that in the Terminal: sudo rm /etc/firefox/policies/policies.json
These are the policy settings in the Just the Browser configuration file.
| Feature | Information |
|---|---|
DisableFirefoxStudies |
Prevents Firefox from enrolling in Studies, which may involve additional analytics reporting. |
DisableTelemetry |
Prevents the upload of telemetry data. As of Firefox 83 and Firefox ESR 78.5, local storage of telemetry data is disabled as well. |
DontCheckDefaultBrowser |
Prevents popup warnings about Firefox not being the default browser. |
FirefoxHome |
Turns off stores, sponsored stories, and sponsored top sites on the Firefox Home page. |
GenerativeAI |
Turns off all generative AI features, including AI chatbots in the sidebar, link previews, and tab group suggestions. |
SearchEngines |
Removes Perplexity AI as a default search engine. |