msurguy / Honeypot

Simple spam prevention package for Laravel applications
maxoffsky.com/code-blog/implementing-honeypot-spam-prevention-in-laravel-applications/
MIT License
429 stars 44 forks source link

Autocomplete Off #49

Open raphaelbeckmann opened 7 years ago

raphaelbeckmann commented 7 years ago

I'm wondering if the input fields should have autocomplete="off" to prevent browsers filling them automatically.

cweiske commented 2 years ago

Documentation: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#values Note that chrome does not respect autocomplete=off.