Skip to content
⌘+K

Nightly vs. Release

This page serves to document deviations between standard IronFox (Release) builds and Nightly (CI) builds.

  • IronFox Nightly uses a different mozconfig build file for certain branding elements.

    • The mozconfig branding file for Release builds can be found here.
    • The mozconfig branding file for Nightly builds can be found here.
  • IronFox Nightly uses the package ID: org.ironfoxoss.ironfox.nightly.

    • IronFox Release builds use org.ironfoxoss.ironfox.
  • IronFox Release builds always reset the value of devtools.debugger.remote-enabled on launch, to improve privacy and security.

    • On Nightly builds, devtools.debugger.remote-enabled is still reset per-session by default, but, in order to allow easier testing/troubleshooting, this behavior can be disabled with the browser.phoenix.reset.devtools.debugger.remote-enabled preference.