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 fails on elements within frames in Chrome #108

Closed palant closed 5 years ago

palant commented 5 years ago

Fill-in functionality will currently check element instanceof HTMLInputElement regardless of the frame that the element belongs to. For elements not located in the top-level frame this works in Firefox but not in Chrome.