create firefox/distribution/policies.json
content of the file in case of telemetry:
Code: Select all
{
"policies": {
"DisableFirefoxStudies": true,
"DisableTelemetry": true,
}
}
Easy way to use via Add-On enterprise-policy-generator
You set all commands and the AddOn creates the policies.json for you ... -> firefox/distribution/policies.json
After that, deactivate or remove the AddOn.
Less is more ;-)