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 Oct 31, 2024
1 parent f33a6d2 commit 76dcf90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
- `Other` - for technical stuff.

## [Unreleased]
### Changed
- Bump default user agent

### Fixed
- Fixed "currentTab was used multiple times"

Expand Down
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:128.0) Gecko/20100101 Firefox/128.0",
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0",
)
}
}

2 comments on commit 76dcf90

@Vice-108
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This caused my app not working in phone i have to use mobile userstring

@Smol-Ame
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Vice-108 why are you complaining on a commit if you don't understand?

It's a default user-agent, there's no guarantee that it'll work with anything & everything. Cloudflare or whatever shitty source can change what they block whenever they want, learn to read the troubleshooting guide or ask if you don't understand in the Mihon Discord support channel.

Please sign in to comment.