Skip to content

Commit e9dbcba

Browse files
committed
Update USER_AGENT to Firefox ESR 140
1 parent af82c7a commit e9dbcba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public final class DownloaderTestImpl extends Downloader {
2525
* Should be the latest Firefox ESR version.
2626
*/
2727
private static final String USER_AGENT =
28-
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0";
28+
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0";
2929
private static DownloaderTestImpl instance;
3030
private final RateLimitedClientWrapper clientWrapper;
3131

0 commit comments

Comments
 (0)