禁用Firefox自动更新

https://support.mozilla.org/en-US/kb/customizing-firefox-using-policiesjson

Taking macOS as an example, create a distribution folder in the Firefox.app/Contents/Resources directory. Then, create a file named policies.json in the distribution folder with the following content:

1
2
3
4
5
6
{
  "policies": {
    "DisableAppUpdate": true,
    "ManualAppUpdateOnly": true
  }
}

Restart the browser and you will no longer have annoying update reminders.

build with Hugo, theme Stack, visits 0