Skip to content

Commit

Permalink
Merge pull request TeamNewPipe/NewPipe#5649 from FireMasterK/ff-ua
Browse files Browse the repository at this point in the history
Change UA to privacy.resistFingerprinting.
  • Loading branch information
TobiGr authored and tossj committed Apr 22, 2021
1 parent ec8feb9 commit a62f2e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

public final class DownloaderImpl extends Downloader {
public 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";
public static final String YOUTUBE_RESTRICTED_MODE_COOKIE_KEY
= "youtube_restricted_mode_key";
public static final String YOUTUBE_RESTRICTED_MODE_COOKIE = "PREF=f2=8000000";
Expand Down

0 comments on commit a62f2e4

Please sign in to comment.