You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using validators in an automation script where I'm creating vhosts for Apache dynamically. A validation issue broke the vhost as domain names with colons at beginning are validated as True. For example :example.com is validated as a valid domain but it shouldn't. Any thoughts?