JetBrains / jcef

A simple framework for embedding Chromium-based browsers into Java-based applications.
Other
227 stars 37 forks source link

Google thinks JCEF is not safe #14

Closed LiLittleCat closed 8 months ago

LiLittleCat commented 1 year ago

I have written a plugin through JCEF to render web pages where the web page can be logged in through a Google account. When logging in with my Google account it prompts that the current browser is not secure, how can I avoid this? Where can I get help with this? Any information you can provide would be greatly appreciated.

mikehearn commented 1 year ago

This is caused by their anti-bot protections, don't try to work around it, it's a lot of effort. Better to delegate the login to the user's own browser using OAuth.

avu commented 1 year ago

@artemm-bochkarev could you please have a look

ujpv commented 8 months ago

Yes, Google thinks JCEF is not safe. We can't do much about this as well as we recommend to not workaround this. It's better to other ways for authentication.