-
Notifications
You must be signed in to change notification settings - Fork 3
Optimize valid domain checking #7
Copy link
Copy link
Open
Labels
Description
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.
Reactions are currently unavailable