chore: Bump default user agent

This commit is contained in:
AntsyLich 2024-12-01 08:27:22 +07:00 committed by Ahmad Ansori Palembani
parent f7450b8d17
commit d800f183e7
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 14 additions and 13 deletions

View file

@ -14,6 +14,6 @@ class NetworkPreferences(
fun defaultUserAgent() = preferenceStore.getString("default_user_agent", DEFAULT_USER_AGENT)
companion object {
const val DEFAULT_USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0"
const val DEFAULT_USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0"
}
}