Stop LastPass filling out a form

前端 未结 13 1718
遇见更好的自我
遇见更好的自我 2020-12-07 13:38

Is there a way to prevent the LastPass browser extension from filling out a HTML-based form with a input field with the name \"username\"?

This is an hidden field,

13条回答
  •  失恋的感觉
    2020-12-07 14:09

    Two conditions have to be met:

    1. The form (not the element) needs to have autocomplete="off" attribute
    2. Lastpass user needs to have this option enabled: Settings > Advanced > Allow pages to disable autofill

    So this depends on both user and the developer.

提交回复
热议问题