palant / pfp

A simple and secure browser extension to be used with KeePass databases.
https://pfp.works/
Mozilla Public License 2.0
113 stars 14 forks source link

Fill-in code will wait forever for the password field to appear #109

Closed palant closed 4 years ago

palant commented 4 years ago

This issue has been introduced in #82: after filling in the user name field the code will wait indefinitely for the password field to appear (fillIn function called every 100 milliseconds). It probably makes sense to introduce a meaningful timeout here, e.g. five seconds.