-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Tor Browser's User Agent #3136
Comments
Would this cause any more captchas? |
I don't get any reCAPTCHA prompts when accessing YouTube from the Tor Browser. |
Uhm yes they can? You can actually set your own user agent in a lot of browsers. And what @mehlon suggested makes sense. It would blend in with the TOR users and be less traceable if the current agent is smth more specific to an/this android application. Its a nice feature privacy wise
@gkeegan they will be mostly based on IPs and cookies and how you access the web. I dont think they will discriminate (much) based on agents, because they are so simple to change. But its a black box, we dont know. |
Yes, I am vastly uneducated, first one to admit it. I think OPs idea was to use the same agent as tor, because it is a) an agent which doesnt give away much and b) would be more wildly used so you cant identify NewPipe users based on it. As I have learned from NewPipeExctractor#258 though we apparently need to send a specific one to request json we can work with anyway, sooo.... |
I am an expert on this topic, and I propose this user-agent string: "W3C standards are important. Stop fucking obsessing over user-agent already."
Nobody is talking about anonymity.
So everyone using Firefox 68 on WinNT 10 is just stupid. |
@Poolitzer: We don't need a specific one, we need one that's recent enough, so that YouTube will serve their new site. Or in versions earlier than v0.18.5, we need one that's old enough for them to serve their old site. Also, as of v0.18.5, we're using the UA of Firefox 68 on Windows 10. We're doing that as Windows 10 is the most common OS and Firefox 68 is a ESR release, so we don't need to change our UA as often. Coincidentally, that's the same thing Tor Browser thought. We might add an option to change the UA if we decide to add miscellaneous settings, see the discussion about that in #2998. |
cdn is like a better chose #1435 (comment) of course, it can be used together with tor |
This is already done in NewPipe/app/src/main/java/org/schabi/newpipe/DownloaderImpl.java Lines 45 to 46 in 793b88a
This issues is very likely outdated. |
In order to protect user privacy and resist browser fingerprinting, the Tor Browser uses a single user agent string for all users regardless of platform or version. I think it makes sense to use whatever user agent the Tor Browser uses in NewPipe as well, since it lets users blend in more, especially if they use Orbot to connect (#1129).
The text was updated successfully, but these errors were encountered: