Nightly vs. Release
This page serves to document deviations between standard IronFox (Release) builds and Nightly (CI) builds.
Deviations
Section titled “Deviations”-
IronFox
Nightlyuses a differentmozconfigbuild file for certain branding elements. -
IronFox
Nightlyuses the package ID:org.ironfoxoss.ironfox.nightly.- IronFox
Releasebuilds useorg.ironfoxoss.ironfox.
- IronFox
-
IronFox
Releasebuilds always reset the value ofdevtools.debugger.remote-enabledon launch, to improve privacy and security.- On
Nightlybuilds,devtools.debugger.remote-enabledis still reset per-session by default, but, in order to allow easier testing/troubleshooting, this behavior can be disabled with thebrowser.phoenix.reset.devtools.debugger.remote-enabledpreference.
- On