user-agent: update to latest tor browser's UA (MR 19)

As of writing (2021-12-04), the latest tor browser for android version
is 10.5.9 (91.2.0-Release) and has this user-agent.
This commit is contained in:
Oliver Smith 2021-12-04 15:55:37 +01:00
parent 3d3ef8a516
commit 0b38379d61
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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/78.0 Firefox/78.0');
defaultPref('general.useragent.override', 'Mozilla/5.0 (Android 10; Mobile; rv:91.0) Gecko/91.0 Firefox/91.0');