- Minor
since many versions already unraid ships with an annoyingly misconfigured firefox.
English users do not notice it, but if you apply a different language to UNRAID, you are always asked if you want translate it to english (because that is still the OS language, UNRAID only changes the internal GUI translations for the NGINX web pages).
While not a real error, this is just an annoying popup that comes up every time you open a new session on the console.
After quitting it for the 100th time you are fed up with it!
You can prevent the popup with setting "browser.translations.enable" to "false" in about:config. But as we all know, UNRAID does not preserve these settings between reboots. So you can get rid of the popup for some time, but then it strikes back again sooner or later.
Limetech should consider to store settings of the basic firefox profile between sessions even between updates.
On Windows this can be done by adding a line "defaultPref("browser.translations.enable",false);" to Mozilla.cfg in "%PROGRAMFILES%\Mozilla Firefox"
can't find it on UNRAID, but something alike surely will exist.