Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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