Update default user agent string

(cherry picked from commit 092d930175e7a9a6e1bb73f8d97948903db06d67)
This commit is contained in:
arkon 2023-10-24 21:58:53 -04:00 committed by Jobobby04
parent 88efcb5c01
commit f25b70cdef

View File

@ -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/114.0",
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0",
)
}
}