Page 2 of 2

Re: Can't login on Google

Posted: Fri Jan 28, 2022 6:10 pm
by Student
thefunkyjoint wrote: Fri Jan 28, 2022 5:01 pm One thing i did not understand : if you are already setting the username in GlobalCefApp, why would you have to put it again on BeforeResourceLoad ? This doesn't make sense...
The idea is to pass the Google security check, that's why I check the url accounts.google.com, dynamically setting a random useragent. You yourself wrote that Google blocks you, because you have a permanent useragent.

Re: Can't login on Google

Posted: Mon Jan 31, 2022 2:34 pm
by thefunkyjoint
Student wrote: Fri Jan 28, 2022 6:10 pm
thefunkyjoint wrote: Fri Jan 28, 2022 5:01 pm One thing i did not understand : if you are already setting the username in GlobalCefApp, why would you have to put it again on BeforeResourceLoad ? This doesn't make sense...
The idea is to pass the Google security check, that's why I check the url accounts.google.com, dynamically setting a random useragent. You yourself wrote that Google blocks you, because you have a permanent useragent.
Ok, now i saw it's random. Thanks for the info !