Page 1 of 1

Disable password manager on CEF 128

Posted: Wed Sep 04, 2024 4:28 pm
by thefunkyjoint
Now that the Chrome runtime is always enabled, everytime we log on any website, there is this annoying 'Save password' screen showing :

Image

Is there a way to disable it on CEF4Delphi ?

Re: Disable password manager on CEF 128

Posted: Wed Sep 04, 2024 5:03 pm
by sodlf159
Not sure about runtime mode
Is there any reason to use it?
When it comes to SNS automation, it can be bypassed quickly by imitating mobile.

Re: Disable password manager on CEF 128

Posted: Wed Sep 04, 2024 5:22 pm
by thefunkyjoint
Cannot disable runtime anymore, it's enabled by default.

That's why these notifications started to popup from now on, we need a way to disable them.

Re: Disable password manager on CEF 128

Posted: Thu Sep 05, 2024 7:17 am
by salvadordf
I just uploaded a new CEF4Delphi version with the feature recommended by the CEF project maintainer to disable this dialog.

Download it and set TChromiumCore.CredentialsService to STATE_DISABLED.

Re: Disable password manager on CEF 128

Posted: Thu Sep 05, 2024 2:25 pm
by thefunkyjoint
Thank you very much ! :D