|
Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 138
|
Hello, EO25 version introduced the chromium save password feature. I didnt find a way to disable it. Can you provide an option to disable it ? Regards,
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,245
|
Hi,
It should be possible for us to support this. We will look into this and see what we can do.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,245
|
Hi, This is just to let you know that we have posted build 25.0.50 that allows you to turn this off. Use the following code to turn this off:
Code: C#
EO.WebEngine.EngineOptions.Default.SetFeatureState(EngineFeature.PasswordManager, false);
Please let us know if you have any questions. Thanks!
|
|