mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 05:30:01 +00:00
Adding comment explaining domain change
This commit is contained in:
@@ -428,6 +428,7 @@ export class RiskInsightsReportService {
|
||||
const cipherUris: string[] = [];
|
||||
const uris = cipher.login?.uris ?? [];
|
||||
uris.map((u: { uri: string }) => {
|
||||
// Aggregating by domain by request.
|
||||
const uri = Utils.getDomain(u.uri);
|
||||
if (!cipherUris.includes(uri)) {
|
||||
cipherUris.push(uri);
|
||||
|
||||
Reference in New Issue
Block a user