mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
bbd471ad93
Fixes #2445 Continuing the arms race against Chrome's war on developers getting to choose if a form should be autocompleted or not. The honey-pot username/password fields we already had were being ignored. This is because they were hidden. This fix does three things: - unhides the honey-pot inputs, but moves them offscreen so they won't be seen - gives them dummy id's so Chrome thinks they are username/password fields - updates our autocomplete setting to be the standards-compliant 'off' for all the other browsers who adhere to the standard |
||
---|---|---|
.. | ||
@node-red | ||
node-red |