Porter v1.0.1
What's Changed
This patch improves form field detection by prioritizing the HTML autocomplete attribute during classification when it is available.
Improvements
- Prioritize the
autocompleteattribute when detecting existing form fields. - Improves detection accuracy on websites that correctly implement HTML autocomplete.
- No breaking changes.