SUPLA / supla-device

Create your own Supla device! This software can be used as a library for Arduino IDE, or can be used directly with ESP8266 RTOS SDK and with ESP IDF. It is also possible to compile and run it on Linux and in FreeRTOS.
GNU General Public License v2.0
28 stars 14 forks source link

Block the browser from remembering passwords. #1

Closed przemyslawzygmunt closed 2 years ago

przemyslawzygmunt commented 2 years ago

https://forum.supla.org/viewtopic.php?p=125916#p125916

przemyslawzygmunt commented 2 years ago

\<form autocomplete="off"> ?

klew commented 2 years ago

It should be set with attribute: type="password" Then browsers will not store it in plain text and use password manager or will don't store at all.