Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Disable password manager on CEF 128

Post Reply
thefunkyjoint
Posts: 513
Joined: Thu Aug 10, 2017 12:40 pm

Disable password manager on CEF 128

Post 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 ?
sodlf159
Posts: 90
Joined: Thu Nov 09, 2023 1:55 pm

Re: Disable password manager on CEF 128

Post 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.
thefunkyjoint
Posts: 513
Joined: Thu Aug 10, 2017 12:40 pm

Re: Disable password manager on CEF 128

Post 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.
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Disable password manager on CEF 128

Post 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.
thefunkyjoint
Posts: 513
Joined: Thu Aug 10, 2017 12:40 pm

Re: Disable password manager on CEF 128

Post by thefunkyjoint »

Thank you very much ! :D
Post Reply