To remove the update dialog from Firefox-official follow the steps:
about:config > Accept the Risk and Continue > Show All > search: update > app.update.checkInstallTime → false
To remove the update dialog from Firefox-official follow the steps:
about:config > Accept the Risk and Continue > Show All > search: update > app.update.checkInstallTime → false
Hi rerivero,
Your solution is OK at the start of Firefox: no more update message.
But after a few minutes, the message comes again.
I have another solution:
- create a folder "distribution" in /opt/mozilla/firefox
- in this new folder "distribution", create a file "policies.json" with:
{
"policies": {
"DisableAppUpdate": true
}
}
Hi R8
Thank you very much .. it seems to work
You must log in to post.