Skip to content

Optimize valid domain checking #7

@abedra

Description

@abedra

Right now there's a disconnect against understanding if a user agent identifies as a bot and the validation being done to see if it is real. This is causing the validation to loop through all possible valid domains. It's currently only a negligible performance hit because there's a small number of domains, but this is still a poor design. The identification should select the provider that it identifies to maximize the efficiency of the validation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions