1
0
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:
Kyle Spearrin
2016-11-25 22:01:46 -05:00
parent 3f7f8b781c
commit 2b2794dd7e
5 changed files with 100 additions and 33 deletions

View File

@@ -15,6 +15,7 @@
},
"content_scripts": [
{
"all_frames": true,
"js": [ "content/autoFill.js" ],
"matches": [ "http://*/*", "https://*/*", "file:///*" ],
"run_at": "document_start"