Update USER_AGENT to match the latest Firefox

This commit is contained in:
Nickoriginal 2022-04-24 00:27:23 +03:00 committed by GitHub
parent 9f665db4e1
commit b5f3f9eb90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import okhttp3.ResponseBody;
public final class DownloaderTestImpl extends Downloader {
private static final String USER_AGENT
= "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0";
= "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0";
private static DownloaderTestImpl instance;
private final OkHttpClient client;