From 0b38379d61e9d969b1bf2559c2fd76fbc0838808 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sat, 4 Dec 2021 15:55:37 +0100 Subject: [PATCH] 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. --- src/mobile-config-autoconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mobile-config-autoconfig.js b/src/mobile-config-autoconfig.js index afc9a00..e48587a 100644 --- a/src/mobile-config-autoconfig.js +++ b/src/mobile-config-autoconfig.js @@ -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');