mobile-config-autoconfig: update user-agent (MR 16)
In the Tor browser user agent, the "geckotrail" part has been changed. Apparently following an upstream change in Firefox: > From Firefox 10 on mobile, geckotrail is the same as firefoxversion. Note: I'm simply running latest Tor browser on Android and visit websites showing the user agent to figure out the latest one. I tried to figure it out from the source code once, but didn't find a place where it could be looked up trivially (since it gets built of multiple components etc.). Related: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent/Firefox
This commit is contained in:
parent
bfa8376351
commit
c35fa5afaf
1 changed files with 1 additions and 1 deletions
|
@ -49,4 +49,4 @@ if (!contentFile.exists()) {
|
|||
}
|
||||
|
||||
// Select a mobile user agent for firefox (same as tor browser on android)
|
||||
defaultPref('general.useragent.override', 'Mozilla/5.0 (Android 9; Mobile; rv:78.0) Gecko/20100101 Firefox/78.0');
|
||||
defaultPref('general.useragent.override', 'Mozilla/5.0 (Android 9; Mobile; rv:78.0) Gecko/78.0 Firefox/78.0');
|
||||
|
|
Loading…
Reference in a new issue