What is _lpchecked=“1” for in a form?

前端 未结 1 2006
孤街浪徒
孤街浪徒 2021-02-06 20:01

I\'m starting to do some web development and I was learning about forms and bumped into this field: _lpchecked = \"1\".

I found examples of form with this f

1条回答
  •  借酒劲吻你
    2021-02-06 20:46

    This attribute is added by the LastPass browser extension, to store the fact that LastPass has checked that form for login fields.

    It's not something that the page author would have consciously added to the page, it's down to the extensions that the user viewing the page has chosen to use.

    0 讨论(0)
提交回复
热议问题