mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-16 10:59:48 +03:00
Bump default user agent
This commit is contained in:
parent
0d6f426dbd
commit
f66f52c244
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class NetworkPreferences(
|
|||
fun defaultUserAgent(): Preference<String> {
|
||||
return preferenceStore.getString(
|
||||
"default_user_agent",
|
||||
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/121.0",
|
||||
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue