autocomplete = 'off' is not working on firefox

后端 未结 17 1743
無奈伤痛
無奈伤痛 2020-12-17 09:25

I created 2 login pages of same domain.

  1. www.example.com/login.cfm
  2. www.example.com/newLogin.cfm

I put the form name different for 2 forms

17条回答
  •  春和景丽
    2020-12-17 09:41

    Firefox version 61 this seems to be enough to disable autocomplete in forms:

    
    

    All inputs after this one at the top of the form are ignored.

提交回复
热议问题