We're developing an application for the raspberry pi which runs headless and opens up a chrome browser when launch is done. So if the user now enters credentials, chrome prompts with "Do you want Chromium to save your password for this site?"
So how can we disable this popup? I already searched the params for that but didn't found anything about that.
I had this same problem, and I solved it by setting up a policy file:
/etc/chromium/policies/managed/no-password-management.json
{
"AutoFillEnabled": false,
"PasswordManagerEnabled": false
}
I was not able to find a way to do this with command-line flags, however.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With