Bump default user agent string

(cherry picked from commit e2d6269a3871a938b33412e50003377914882276)
This commit is contained in:
arkon 2023-06-23 22:23:56 -04:00 committed by Jobobby04
parent 350c9f325a
commit 843febd0ff

View File

@ -17,6 +17,6 @@ class NetworkPreferences(
}
fun defaultUserAgent(): Preference<String> {
return preferenceStore.getString("default_user_agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:111.0) Gecko/20100101 Firefox/111.0")
return preferenceStore.getString("default_user_agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0")
}
}