Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'keepassxc-browser/common/sites.js')
-rw-r--r--keepassxc-browser/common/sites.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/keepassxc-browser/common/sites.js b/keepassxc-browser/common/sites.js
index f6c42f2..2549a9f 100644
--- a/keepassxc-browser/common/sites.js
+++ b/keepassxc-browser/common/sites.js
@@ -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;
}