Should autocomplete=“off” be used for all sensitive fields?

后端 未结 9 1468
心在旅途
心在旅途 2021-01-11 11:42

What are your thoughts about this issue in regards to an e-commerce environment?

Do you think it is wise to turn autocomplete off on all sensitive input fields such

9条回答
  •  轮回少年
    2021-01-11 12:04

    It depends what you mean by e-commerce. In Internet banking you should disable autocomplete. In online shopping - not necessarily.

    It's worth remembering that autocomplete does not force remembering passwords. User has to agree to store their credentials, so they always can reject.

提交回复
热议问题