Skip to content

Commit 667c867

Browse files
committed
Update user agent to Firefox ESR 128
1 parent 1690984 commit 667c867

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

extractor/src/test/java/org/schabi/newpipe/downloader/DownloaderTestImpl.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@
1818
import okhttp3.ResponseBody;
1919

2020
public final class DownloaderTestImpl extends Downloader {
21+
/**
22+
* Should be the latest Firefox ESR version.
23+
*/
2124
private static final String USER_AGENT
22-
= "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0";
25+
= "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0";
2326
private static DownloaderTestImpl instance;
2427
private final OkHttpClient client;
2528

0 commit comments

Comments
 (0)