mirror of
https://github.com/bitwarden/browser
synced 2026-01-09 20:13:42 +00:00
Added autofill support for iframed login forms. #20
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"all_frames": true,
|
||||
"js": [ "content/autoFill.js" ],
|
||||
"matches": [ "http://*/*", "https://*/*", "file:///*" ],
|
||||
"run_at": "document_start"
|
||||
|
||||
Reference in New Issue
Block a user