Cannot turn off update nagging
I update software on a regular schedule, and would prefer to not have Firefox (136.0) nag every few minutes that I'm not on the latest and greatest. 120.0.1 only nags a l… (читать ещё)
I update software on a regular schedule, and would prefer to not have Firefox (136.0) nag every few minutes that I'm not on the latest and greatest. 120.0.1 only nags a little. How can I turn the nagging totally off?
I added the following to `~/firefox/distribution/policies.json`, but it didn't help.
``` {
"policies": { "DisableAppUpdate": true,
"DisableSystemAddonUpdate": true, "DisableTelemetry": true, "ManualAppUpdateOnly": true, "AppAutoUpdate": false,
}
} ```