ccd0 / 4chan-x

Adds various features to anonymous imageboards.
https://www.4chan-x.net/
Other
993 stars 136 forks source link

Name Field in QR #3075

Open Pospeno opened 3 years ago

Pospeno commented 3 years ago

So basically the 'name' field in the Quick Reply element triggers the auto-fill form function in most browsers, meaning most browsers will autosuggest filling it with your stored real life address/email.

This can potentially lead to people miskicking and accidently revealing the real name and address, selfowning themselves big-time.

Image related image

saxamaphone69 commented 1 year ago

I agree, this is annoying.

Adding autocomplete="off" as an attribute to all the inputs here would be best, and if people want the QR to remember certain names, use a persona in the Advanced section.

The other alternative is to give the QR inputs a specific name (i.e. name="4chan-name") as it very unlikely other websites will be using that name, and in theory browsers shouldn't offer suggestions anymore (and in fact, only suggest names or options you have used on 4chan).