Skip to content

Instantly share code, notes, and snippets.

@atomjoy
Created May 11, 2026 09:34
Show Gist options
  • Select an option

  • Save atomjoy/12a2c017d06e7725e8e2fb70c080999c to your computer and use it in GitHub Desktop.

Select an option

Save atomjoy/12a2c017d06e7725e8e2fb70c080999c to your computer and use it in GitHub Desktop.
Firefox how to disable update popup.

Firefox Disable Update Popup

Instal Firefox version 146.0 (nie ma zacinania i skakania na filmach i rolkach youtube i stronach www).

Update policies

Create in directory C:\Program Files\Mozilla Firefox\distribution\policies.json file with content and restart FireFox.

{
    "policies": {
        "DisableAppUpdate": true
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment