Release 4.1.0 - FF 117 compat & Mobile UA Features: * Add "Mobile" to the user-agent (MR 35) Until 4.0.4, the same user-agent as for Tor Browser on Android was set. The idea was to make it not unique to make tracking slightly harder (though tracking has still been trivially possibly as long as JavaScript stays enabled). In 4.0.4 it was removed as having Android in the UA has lead to problems. However not having the word "Mobile" in the UA was even worse. So with this release, the UA is built just like the desktop firefox UA, except that Mobile is added in the platforms section. This seems to be the best trade-off we can make. See MR 35 for details. Fixes: * userChrome/urlbar: Allow urlbar to shrink down to its min width (MR 37) * userChrome/urlbar: Prevent urlbar from going past window bottom in FF 117 (MR 36) * autoconfig: Fix error due to Services import in FF 117 (MR 36)