mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Add steamcommunity.com to 2FA exception list
This commit is contained in:
parent
af7e36803f
commit
e580f02f18
1 changed files with 2 additions and 1 deletions
|
|
@ -150,7 +150,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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue