-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update user agent to Firefox ESR 128 #11268
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why still Windows 10? And did you take this string from an actual instance of Firefox 128 on Windows 10 or just changed the number?
Also, we completely skipped 2 ESR versions. Can there be a Github Action to update this automatically, or at least remind us? |
What about adding it to our release process documentation? |
I have seen both user agents with and without the architecture info. We could also change to
In that case I'd update TeamNewPipe/NewPipeExtractor#1192 first to check whether this causes any problems.
I also thought about creating a workflow for that. But that should happen in the extractor because user agent changes should be checked there. I don't think that updating the UA should be part of the release process because a faulty UA could brake stuff. |
Wht not using the User-Agent of ESR build of Firefox for Linux? |
We are always using the ESR version. I should have specified this. The current ESR version is 128 |
Quality Gate passedIssues Measures |
What is it?
Description of the changes in your PR
Updates the user agent used by the downloader to retrieve files to a current version
Related PR
See TeamNewPipe/NewPipeExtractor#1192
APK testing
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR. You can find more info and a video demonstration on this wiki page.
Due diligence