MCEF (Minecraft Chromium Embedded Framework)

MCEF (Minecraft Chromium Embedded Framework)

1M Downloads

Google is refusing sign-ins to their service because "This browser or app may not be secure."

Blobanium opened this issue ยท 6 comments

commented

So im currently developing my browser mod and i attempt to sign into google and i end up getting this message.
image

How to reproduce:

  1. Open the browser
  2. Go to either Google.com or any other service related to google.
  3. Put in your G-Mail like you would.
  4. The message appears.

i click the learn more button and i get to this site

commented

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

commented

Is this something we can get around with a different user agent?

commented

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

commented

huh
does CEF know the apps name?
also that "/2" should probably be "/2.0.1"

commented

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

commented

Should be fixed with 78503c5