Skip to content

Instantly share code, notes, and snippets.

@ayewo
Created August 23, 2024 08:21
Show Gist options
  • Save ayewo/f9954d398ad7b10db1fe472d22700c8b to your computer and use it in GitHub Desktop.
Save ayewo/f9954d398ad7b10db1fe472d22700c8b to your computer and use it in GitHub Desktop.

Disable the annoying Mozilla Firefox update popup on macOS that gets showns multiple times a day (more than half a dozen times):

mkdir -p /Applications/Firefox.app/Contents/Resources/distribution
cat <<EOF > /Applications/Firefox.app/Contents/Resources/distribution/policies.json
{
  "policies": {
    "DisableAppUpdate": true
  }
}
EOF

Links to the relevant documentation:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment