Bump default user agent string

(cherry picked from commit 8160b47ff5fbbd9b32caeb462b5be881fabd3449)
This commit is contained in:
AntsyLich 2024-07-30 21:09:56 +06:00 committed by Cuong-Tran
parent b33d773255
commit bd3455abe8
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -20,6 +20,7 @@ class NetworkPreferences(
return preferenceStore.getString(
"default_user_agent",
"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.3",
// "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0",
)
}
}