diff --git a/keepassxc-browser/common/sites.js b/keepassxc-browser/common/sites.js index f7623e7..0a3e862 100644 --- a/keepassxc-browser/common/sites.js +++ b/keepassxc-browser/common/sites.js @@ -56,7 +56,7 @@ kpxcSites.exceptionFound = function(classList) { if (document.location.origin === 'https://idmsa.apple.com' && [ 'password', 'form-row', 'show-password' ].every(c => classList.contains(c))) { return true; - } else if (document.location.origin.startsWith('https://signin.ebay.com') + } else if (document.location.origin.startsWith('https://signin.ebay.') && classList.contains('null')) { return true; } else if (document.location.origin.startsWith('https://www.fidelity.com')