Skip to content

safelistPhishingDomain message can be too slow. We need to wait until the backend receives the message before navigating. #160

@davidmurdoch

Description

@davidmurdoch

phishingSafelistStream.write({
jsonrpc: '2.0',
method: 'safelistPhishingDomain',
params: [suspectHostname],
id: createRandomId(),
});
window.location.href = suspectHref;

Improvements to the extension's phishing detection make it so much faster that we still end up blocking the request, as the message is received after our detection kicks in.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions