Skip to content

Prevent unstoppable domains resolution for non-domain addresses #9226

@DMantis

Description

@DMantis

EnterAddress form triggers

that sends network requests for the address each time it's entered. Adds 1-2 secs for each address input during TOR mode which is irritating considering that address validation is presumably local-only.

if (!value.contains(".")) return false from ENS validator would do the deal. If I understand correctly, UDN can't have a domain without a zone, thus without a comma.

I also think it uses centralized UD API, so it means without TOR a pair of (IP/address to send) is leaked to the 3rd party provider.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions