Earlier quoted context omitted.
Never mind carrying around 6 copies of Chrome on your phone
What are you talking about? Embedded browsers use the system webview, provided by Chrome, Firefox, or whatever is configured.
Guidance to developers affected by effort to block less secure browsers, apps
71–80 of 165 posts
Re: Guidance to developers affected by effort to block less secure browsers, apps
#72Re: Guidance to developers affected by effort to block less secure browsers, apps
#73Re: Guidance to developers affected by effort to block less secure browsers, apps
#74Earlier quoted context omitted.
How does youtube-dl obtain the token today?
https://github.com/ytdl-org/youtube-dl#authentication-option... Username, Password, 2FA, etc.
Re: Guidance to developers affected by effort to block less secure browsers, apps
#75Earlier quoted context omitted.
https://github.com/ytdl-org/youtube-dl#authentication-option... Username, Password, 2FA, etc.
And you claim that doing more to stop people from giving their google account password to "random apps" (I personally trust youtube-dl a lot too, but "random apps" is what it comes down to) and forcing those apps to use OAuth to obtain scoped tokens has "nothing to do with security"?
It explicitly blocks "headless" browsers.
> You must confirm that your browser does not contain any of the following:
> Headless browsers
> Node.js
> Text-based browsers
Re: Guidance to developers affected by effort to block less secure browsers, apps
#76If people actually did something instead of just complain, companies like this would think pretty hard about their actions since it would harm their bottom line.
Re: Guidance to developers affected by effort to block less secure browsers, apps
#77Earlier quoted context omitted.
If you'd bothered to read a little more before knee-jerking a reaction comment, you'd know this is only for the authentication flow.
And? What if I want to automate my login flow?
Re: Guidance to developers affected by effort to block less secure browsers, apps
#78> The browser must have JavaScript enabled.
> You must confirm that your browser does not contain any of the following: > * Text-based browsers
Once upon a time the internet was TCP with things like FTP, Email, Newsgroups, IRC and yes also HTTP (aka WWW).
Now, the internet seems to be Google, Apple, Facebook aaand SEO.
Hey, wait! There is a small shiny place!! Hackernews! :)
Re: Guidance to developers affected by effort to block less secure browsers, apps
#79Earlier quoted context omitted.
https://github.com/ytdl-org/youtube-dl#authentication-option... Username, Password, 2FA, etc.
And you claim that doing more to stop people from giving their google account password to "random apps" (I personally trust youtube-dl a lot too, but "random apps" is what it comes down to) and forcing those apps to use OAuth to obtain scoped tokens has "nothing to do with security"?
Re: Guidance to developers affected by effort to block less secure browsers, apps
#80Earlier quoted context omitted.
And? What if I want to automate my login flow?
You'll need to find another provider which doesn't care that much about preventing phishing attacks. Google accounts are a big target so it makes sense you move away from the masses.