smorks / keepasshttp-connector

Extension to allow Chrome and Firefox (4.0+) to auto form-fill passwords from KeePass (requires KeePassHttp) (Deprecated)
GNU General Public License v3.0
247 stars 33 forks source link

Specified credential fields #84

Open extrajoker opened 6 years ago

extrajoker commented 6 years ago

With Specified credential fields, I'd like to do different settings with the following two URLs.

https://login.jpbank.co.jp/aaa https://login.jpbank.co.jp/bbb

What kind of method is there?

varjolintu commented 6 years ago

The extension uses document.location.origin (the hostname) instead of the strict URL. So it's not possible with the current version.