mirror of
https://github.com/TrustTunnel/TrustTunnelFlutterClient.git
synced 2026-05-22 19:40:35 +00:00
allowable regex fixed
This commit is contained in:
@@ -46,7 +46,7 @@ abstract class ValidationUtils {
|
||||
r'(?:[A-Za-z]{2,63}|xn--[A-Za-z0-9-]{2,58}))'
|
||||
r'(?:/[^ \t\r\n]*)?#h3$';
|
||||
|
||||
static const allowableStartRegex = r'^(tls:\/\/|https:\/\/|http:\/\/|quic:\/\/|h3:\/\/)';
|
||||
static const allowableStartRegex = r'^(tls:\/\/|https:\/\/|http:\/\/|quic:\/\/|h3:\/\/|sdns:\/\/|)';
|
||||
|
||||
static String? getErrorString(
|
||||
BuildContext context,
|
||||
|
||||
Reference in New Issue
Block a user