mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
change user-agent version 91->102 (current with tor browser on android) (MR 27)
This commit is contained in:
parent
fbc916b447
commit
c057a768e6
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ if (updated == true) {
|
|||
}
|
||||
|
||||
// Select a mobile user agent for firefox (same as tor browser on android)
|
||||
defaultPref('general.useragent.override', 'Mozilla/5.0 (Android 10; Mobile; rv:91.0) Gecko/91.0 Firefox/91.0');
|
||||
defaultPref('general.useragent.override', 'Mozilla/5.0 (Android 10; Mobile; rv:102.0) Gecko/102.0 Firefox/102.0');
|
||||
|
||||
// Do not suggest facebook, ebay, reddit etc. in the urlbar. Same as
|
||||
// Settings -> Privacy & Security -> Address Bar -> Shortcuts. As side-effect,
|
||||
|
|
Loading…
Reference in a new issue