pfn / passifox

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

Updated searchLogins: set realm to null if caught #564

Closed gaberad closed 7 years ago

gaberad commented 7 years ago

LoginHelper.jsm > doLoginsMatch() checks the httpRealm property of the submitted form login and the passifox login. All tests had formLogin.httpRealm as null, but passifox login.httpRealm was an empty string, as the realm was being caught and set in searchLogins.

Updated searchLogins to have realm set to null if caught.

555

https://github.com/pfn/passifox/issues/555#issuecomment-255604179 https://github.com/pfn/passifox/issues/555#issuecomment-256286539

pfn commented 7 years ago

Thanks