Skip to content

Commit

Permalink
Bump default user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
AntsyLich committed Mar 13, 2024
1 parent 0d6f426 commit f66f52c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
}
}

0 comments on commit f66f52c

Please sign in to comment.