Password Manager
As a developer, I am trying to disable the Password Manager feature in my webapplication across browsers. When I typed some value in input type password mentioned mdn docs and navigsted away it doesnot trigger Save Password. But it is triggering anywhere else like online ide's and all.
I would like to know how it is disabled in MDN docs.
Semua Balasan (4)
You can possibly use a policies.json file to deploy Firefox and disable some features.
Thanks cor-el for the reply.
Actually I was assuming if we could something from the web application to disable password manager.
Infact I opened mdn docs in Chrome and edge to see the behavior and if we are navigating from the docs after entering a value in input type password it doesnot trigger Save Password.
You need to submit the form or possibly a div container with a name and password filled, so entering a password is not sufficient if that is what you did. You can also use "Create New Login" in Lockwise.
This question has been locked because the original author has deleted their account. While you can no longer post new replies, the existing content remains available for reference.