mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
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:
parent
3d3ef8a516
commit
0b38379d61
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/78.0 Firefox/78.0');
|
||||
defaultPref('general.useragent.override', 'Mozilla/5.0 (Android 10; Mobile; rv:91.0) Gecko/91.0 Firefox/91.0');
|
||||
|
|
Loading…
Reference in a new issue