mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
Checking for equivalent domains from settings
This commit is contained in:
@@ -188,7 +188,9 @@ function initSyncService() {
|
||||
}
|
||||
if (response && response.globalEquivalentDomains) {
|
||||
for (var i = 0; i < response.globalEquivalentDomains.length; i++) {
|
||||
eqDomains = eqDomains.concat(response.globalEquivalentDomains[i].domains);
|
||||
if (response.globalEquivalentDomains[i].domains.length) {
|
||||
eqDomains.push(response.globalEquivalentDomains[i].domains);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user