Skip to content

Commit

Permalink
Change UA to privacy.resistFingerprinting.
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMasterK committed Feb 19, 2021
1 parent 27a20e4 commit 18272ce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

public final class DownloaderTestImpl extends Downloader {
private static final String USER_AGENT
= "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Firefox/68.0";
= "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0";
private static DownloaderTestImpl instance;
private OkHttpClient client;
private final OkHttpClient client;

private DownloaderTestImpl(final OkHttpClient.Builder builder) {
this.client = builder.readTimeout(30, TimeUnit.SECONDS).build();
Expand Down

0 comments on commit 18272ce

Please sign in to comment.