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
Enhances `validators.url` to allow
- restricting the allowed schemes (e.g. to accept only https,
and nothing else)
- relaxing the allowed schemes to also accept less known schemes
(e.g. ws, wss, ldap, ...)
0 commit comments