
Google is refusing sign-ins to their service because "This browser or app may not be secure."
Blobanium opened this issue ยท 6 comments
So im currently developing my browser mod and i attempt to sign into google and i end up getting this message.
How to reproduce:
- Open the browser
- Go to either Google.com or any other service related to google.
- Put in your G-Mail like you would.
- The message appears.
i click the learn more button and i get to this site
google disables sign-in for CEF clients since a few years ago
not really anything that can be done about it, and even if something is done about it from our end, it's probably gonna violate google TOS or smth
Is this something we can get around with a different user agent?
It is, working example:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 MCEF/2
It only works if you append the app to the end ie MCEF/2
huh does CEF know the apps name? also that "/2" should probably be "/2.0.1"
Not sure about how the logic works. And yeah should be 2.0.1 if we implement a fix for this in code
Should be fixed with 78503c5