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/editor-client/src
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
..
ace Add some auto-complete snippets to the nrjavascript mode 2020-02-05 15:11:18 +00:00
images Merge pull request #2305 from kazuhitoyokoi/master-fixlargeicon4subflowtab 2019-10-03 15:54:34 +01:00
js Trick chrome into autofilling dummy username/password inputs 2020-02-06 15:36:23 +00:00
sass Merge pull request #2411 from kazuhitoyokoi/master-fixeditor 2020-01-17 10:36:43 +00:00
vendor Update to JSONata 1.8 2020-02-05 14:44:39 +00:00
favicon.ico pull out editor-client and editor-api 2018-08-17 22:10:54 +01:00