Skip to content

Commit

Permalink
Bump default user agent string
Browse files Browse the repository at this point in the history
  • Loading branch information
AntsyLich committed Jul 30, 2024
1 parent c201b34 commit 8160b47
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:123.0) Gecko/20100101 Firefox/123.0",
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0",
)
}
}

0 comments on commit 8160b47

Please sign in to comment.