diff --git a/keepassxc-browser/common/sites.js b/keepassxc-browser/common/sites.js index e8e8d93..96f65c7 100644 --- a/keepassxc-browser/common/sites.js +++ b/keepassxc-browser/common/sites.js @@ -152,7 +152,8 @@ kpxcSites.segmentedTotpExceptionFound = function(form) { return false; } - if (document.location.href.startsWith('https://store.steampowered.com') && form.length === 5) { + if ((document.location.href.startsWith('https://store.steampowered.com') + || document.location.href.startsWith('https://steamcommunity.com/login')) && form.length === 5) { return true; }