Pull request 110: TRUST-254 sdns support

Squashed commit of the following:

commit afd54c246b071e1c2f84c83ad06cbc8e4789e562
Merge: f6f1ea3 eb41d20
Author: Konstantin Gorynin <k.goryinin@adguard.com>
Date:   Tue Mar 10 16:36:19 2026 +0300

    Merge branch 'master' of ssh://bit.int.agrd.dev:7999/adguard-core-libs/vpn-oss-gui into bugfix/TRUST-254-sdns-support

commit f6f1ea3ae5
Author: Konstantin Gorynin <k.goryinin@adguard.com>
Date:   Fri Feb 20 13:03:48 2026 +0200

    allowable regex fixed
This commit is contained in:
Konstantin Gorynin
2026-03-12 11:07:06 +00:00
parent eb41d20677
commit 7811d11ce7
+1 -1
View File
@@ -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,