What happened?
In the waitlist form, the domain field only checks min/max length and that it’s a string, so it still accepts garbage input. for eg .com , https://test, test.
We can make use of regex to prevent this from happening
Replication Steps
No response
Self hosted or Cloud?
Cloud
What browsers are you seeing the problem on?
No response
What happened?
In the waitlist form, the domain field only checks min/max length and that it’s a string, so it still accepts garbage input. for eg
.com,https://test,test.We can make use of regex to prevent this from happening
Replication Steps
No response
Self hosted or Cloud?
Cloud
What browsers are you seeing the problem on?
No response