1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/packages/node_modules/@node-red
Nick O'Leary bbd471ad93
Trick chrome into autofilling dummy username/password inputs
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
2020-02-06 15:36:23 +00:00
..
editor-api Fixes the routes described in #2418 regarding too broad matching of regex URLs. 2020-01-03 21:27:35 +01:00
editor-client Trick chrome into autofilling dummy username/password inputs 2020-02-06 15:36:23 +00:00
nodes Merge pull request #2431 from kazuhitoyokoi/master-removenamespace 2020-02-06 09:25:38 +00:00
registry Update for 1.0.3 again 2019-11-21 17:28:28 +00:00
runtime Add path property to debug messages 2020-01-17 16:56:30 +00:00
util cloneMessage should handle undefined without throwing err 2020-02-06 10:05:32 +00:00