Todo #9501
closed
turn off form autocompletion on OpenVPN client config page (maybe the whole web interface)
Added by Corey Boyle over 5 years ago.
Updated over 5 years ago.
Description
Some of the fields (usually the proxy info) will get autofilled by the browser with random data.
- Status changed from New to Not a Bug
- Target version deleted (
2.5.0)
Browsers no longer respect autocomplete settings in HTML. We can set the tags, but browsers and password manager plugins ignore them.
Not effectively, because they also key off the form field labels, and then it becomes a never-ending whack-a-mole of hiding the field names and the browsers tracking them down again. There are some javascript tricks I've seen to throw them off but it requires things like randomizing field names which makes the front and backend code a lot more complicated.
In the end there isn't much we can do about client behavior when the client has decided it knows better than the page.
Also available in: Atom
PDF