Task Description
As a user, I need the HTTP client to send a current and accurate User-Agent header so that downloads are not blocked or throttled by CDNs. The current header identifies as Firefox 57 on Linux, which is outdated and inconsistent with the application running on Windows.
Acceptance Criteria
Additional Information
Relevant code: HttpClient.java line 12 where USER_AGENT is hardcoded
Task Description
As a user, I need the HTTP client to send a current and accurate User-Agent header so that downloads are not blocked or throttled by CDNs. The current header identifies as Firefox 57 on Linux, which is outdated and inconsistent with the application running on Windows.
Acceptance Criteria
Additional Information
Relevant code:
HttpClient.javaline 12 whereUSER_AGENTis hardcoded