element-hq / element-call

Group calls powered by Matrix
https://call.element.io
GNU Affero General Public License v3.0
573 stars 89 forks source link

"Enter your name" field triggers credit-card autocomplete #384

Open ara4n opened 2 years ago

ara4n commented 2 years ago

@timabbott just triggered a misfeature on mobile(?) where the 'enter your name' prompt as a guest triggered credit-card autocomplete, which is scary, as it looks like we're trying to steal folks' CCs with hidden form fields (which we're not :P)

@timabbott - what browser/device was this?

timabbott commented 2 years ago

This was on an Android phone, but I saw the same thing in Chrome on Linux too, so my guess is this won't be hard to reproduce.

gdevenyi commented 2 years ago

I experienced this in chrome android mobile as well.

turt2live commented 2 years ago

seen on Chrome desktop, ftr

robintown commented 1 year ago

We probably just need to set autocomplete="name" or autocomplete="off" on the field

robintown commented 1 year ago

oh no… it already has autocomplete="off" :confused: