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

后端 未结 9 1411
心在旅途
心在旅途 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 11:59

    Unless it is a highly-secure site, I would tend to leave autocomplete on. If it is for a password field, the browser will prompt the user if they want to save the information, at which point the user can make their own decision.

提交回复
热议问题